|
86 | 86 | "name": "Freshchat", |
87 | 87 | "patterns": ["wchat\\.freshchat\\.com|freshchat"], |
88 | 88 | "globals": ["fcWidget"] |
| 89 | + }, |
| 90 | + { |
| 91 | + "defaults": { |
| 92 | + "matchIn": ["resources"] |
| 93 | + }, |
| 94 | + "rules": [ |
| 95 | + { |
| 96 | + "name": "Tidio", |
| 97 | + "patterns": ["code\\.tidio\\.co/[^\\s\"'<>]+\\.js|tidiochat\\.com"], |
| 98 | + "globals": ["tidioChatApi"] |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "Olark", |
| 102 | + "patterns": ["static\\.olark\\.com/jsclient/loader\\.js|olark\\.com/jsclient/loader\\.js"], |
| 103 | + "globals": ["olark"] |
| 104 | + }, |
| 105 | + { |
| 106 | + "name": "Userlike", |
| 107 | + "patterns": ["userlike-cdn-widgets|userlike\\.com[^\\s\"'<>]*/(?:widget|widgets|assets)"], |
| 108 | + "globals": ["userlike", "Userlike"] |
| 109 | + }, |
| 110 | + { |
| 111 | + "name": "JivoChat", |
| 112 | + "patterns": ["code\\.jivosite\\.com/widget/|jivosite\\.com[^\\s\"'<>]*/widget"], |
| 113 | + "globals": ["jivo_api"] |
| 114 | + }, |
| 115 | + { |
| 116 | + "name": "Smartsupp", |
| 117 | + "patterns": ["www\\.smartsuppchat\\.com/loader\\.js|smartsuppchat\\.com"], |
| 118 | + "globals": ["smartsupp", "_smartsupp"] |
| 119 | + }, |
| 120 | + { |
| 121 | + "name": "Chatra", |
| 122 | + "patterns": ["call\\.chatra\\.io/chatra\\.js|chatra\\.io[^\\s\"'<>]*/chatra"], |
| 123 | + "globals": ["Chatra", "ChatraID"] |
| 124 | + }, |
| 125 | + { |
| 126 | + "name": "Chaport", |
| 127 | + "patterns": ["app\\.chaport\\.com/javascripts/insert\\.js|chaport\\.com[^\\s\"'<>]*/javascripts"], |
| 128 | + "globals": ["Chaport"] |
| 129 | + } |
| 130 | + ] |
89 | 131 | } |
90 | 132 | ] |
91 | 133 | }, |
|
107 | 149 | "patterns": ["gorgias\\.chat|config\\.gorgias\\.chat|client-builds\\.gorgias\\.chat"], |
108 | 150 | "globals": ["GorgiasChat"] |
109 | 151 | }, |
| 152 | + { |
| 153 | + "defaults": { |
| 154 | + "matchIn": ["resources"] |
| 155 | + }, |
| 156 | + "rules": [ |
| 157 | + { |
| 158 | + "name": "LiveAgent", |
| 159 | + "kind": "客服支持", |
| 160 | + "patterns": ["ladesk\\.com/scripts/track\\.js|liveagent\\.com[^\\s\"'<>]*/scripts/track\\.js"], |
| 161 | + "globals": ["LiveAgent"] |
| 162 | + }, |
| 163 | + { |
| 164 | + "name": "Zoho SalesIQ", |
| 165 | + "kind": "客服聊天 / 客户互动", |
| 166 | + "patterns": ["salesiq\\.zoho\\.com/widget|salesiq\\.zohopublic\\.com/widget|zoho\\.com/salesiq"], |
| 167 | + "globals": ["$zoho.salesiq"] |
| 168 | + }, |
| 169 | + { |
| 170 | + "name": "Kommunicate", |
| 171 | + "kind": "客服聊天 / 聊天机器人", |
| 172 | + "patterns": ["widget\\.kommunicate\\.io|kommunicate\\.app|kommunicate\\.io[^\\s\"'<>]*/(?:widget|v2)"], |
| 173 | + "globals": ["Kommunicate"] |
| 174 | + }, |
| 175 | + { |
| 176 | + "name": "Ada", |
| 177 | + "kind": "客服聊天 / AI 客服", |
| 178 | + "patterns": ["static\\.ada\\.support|ada\\.support[^\\s\"'<>]*/(?:embed|chat)"], |
| 179 | + "globals": ["adaEmbed"] |
| 180 | + }, |
| 181 | + { |
| 182 | + "name": "Kustomer", |
| 183 | + "kind": "客服支持", |
| 184 | + "patterns": ["cdn\\.kustomerapp\\.com/chat-web|kustomerapp\\.com[^\\s\"'<>]*/chat"], |
| 185 | + "globals": ["Kustomer"] |
| 186 | + }, |
| 187 | + { |
| 188 | + "name": "Front Chat", |
| 189 | + "kind": "客服聊天", |
| 190 | + "patterns": ["chat-assets\\.frontapp\\.com|frontapp\\.com[^\\s\"'<>]*/chat"], |
| 191 | + "globals": ["FrontChat"] |
| 192 | + }, |
| 193 | + { |
| 194 | + "name": "Re:amaze", |
| 195 | + "kind": "客服聊天 / 客服支持", |
| 196 | + "patterns": ["cdn\\.reamaze\\.com/assets/reamaze\\.js|reamaze\\.com[^\\s\"'<>]*/assets"], |
| 197 | + "globals": ["Reamaze"] |
| 198 | + }, |
| 199 | + { |
| 200 | + "name": "Genesys Cloud Web Messaging", |
| 201 | + "kind": "客服聊天 / 联络中心", |
| 202 | + "patterns": ["apps\\.mypurecloud\\.com/widgets|webmessaging\\.mypurecloud\\.com|genesyscloud\\.com[^\\s\"'<>]*/webmessaging"] |
| 203 | + } |
| 204 | + ] |
| 205 | + }, |
110 | 206 | { |
111 | 207 | "name": "HubSpot", |
112 | 208 | "kind": "CRM / 营销自动化", |
|
0 commit comments