Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CustomerIQ - Collect Customer Feedback from Anywhere",
"version": "1.2.0",
"description": "Collect customer feedback, conduct market research, or build a competitor analysis from anywhere on the web.",
"author": {
"email": "[email protected]"
},
"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"
}
}