extraInfo: show extra info in the canned responses list

Bug: twpowertools:93
Change-Id: I8d81391cb931f2096c704b50ff4f3cc9037b8c6e
diff --git a/src/common/xhrInterceptors.json5 b/src/common/xhrInterceptors.json5
index 2e9a443..126b6fb 100644
--- a/src/common/xhrInterceptors.json5
+++ b/src/common/xhrInterceptors.json5
@@ -20,5 +20,10 @@
       urlRegex: "api/ViewUnifiedUser",
       intercepts: "response",
     },
+    {
+      eventName: "ListCannedResponsesResponse",
+      urlRegex: "api/ListCannedResponses",
+      intercepts: "response",
+    },
   ],
 }