Inspect and view changes in CustomerIQ - Collect Customer Feedback from Anywhere source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "CustomerIQ - Collect Customer Feedback from Anywhere",
"version": "1.1.0",
"description": "Collect customer feedback, conduct market research, or build a competitor analysis from anywhere on the web.",
"author": {
"email": "support@getcustomeriq.com"
},
"homepage_url": "https://getcustomeriq.com",
"icons": {
"16": "favicon.ico",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"action": {
"default_popup": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; connect-src https://api.getcustomeriq.com/"
},
"host_permissions": [
"https://api.getcustomeriq.com/*"
],
"permissions": [
"storage"
],
"background": {
"service_worker": "service_worker.js"
}
}