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",
"description": "Gmail CRM for Customer Success in Gmail. Track account health, auto-generate QBR decks, and view live metrics\u2014all from your inbox.",
"version": "5.1.2",
"manifest_version": 3,
"name": "Inbox CRM for Customer Success & QBRs AppEQ",
"options_page": "options.html",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA18TB0YWZ11H\/DhM\/xQPnelIrHirbgmq7kxr+W8ykM\/duBH7i8iQZ9J45k5p8TYn6+klD5+aN1KcQ9byKlHHdXTnXDJ3yV4jrkQkc\/vrCM5XaRNkjjEOdM93QRA+XW1GPpUGA4f1MfsmQtzYiZU72h\/G07rNbzbmeFEMCVAA1WgNWE21ojG0uAXYze2ZiH5LifmZXB8rXyQKACg8lb5joHk+Iu1FlyH7lHMuyEF5U4lzCHi+QOz4x3ZqF6Wc4mH8RT2g\/jUNbeVTtmfvqevyXCEG0cOxXxm6HKd2eM07EnEPre8olMqUhsOh3pfQJMslUYBgl3dHGdn+k\/wMcStwQ2wIDAQAB",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/img\/AppEQ-InboxCRM-logo-favicon-white.png"
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"https:\/\/app.appeq.ai\/*"
],
"icons": {
"16": "assets\/img\/AppEQFavicon_16.jpg",
"48": "assets\/img\/AppEQFavicon_48.png",
"128": "assets\/img\/AppEQFavicon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"contentScript.bundle.js",
"calendarContentScript.bundle.js",
"salesforceContentScript.bundle.js",
"meetScript.bundle.js"
],
"css": [
"content.styles.css"
],
"all_frames": false
},
{
"matches": [
"https:\/\/docs.google.com\/*",
"https:\/\/slides.google.com\/*"
],
"js": [
"googleDocsScript.bundle.js"
],
"css": [
"content.styles.css"
],
"all_frames": false
}
],
"devtools_page": "devtools.html",
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-128.png",
"assets\/img\/AppEQ-InboxCRM-logo-favicon-white.png",
"libs\/tf.min.js"
],
"matches": [
"<all_urls>"
]
}
]
}