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",
"name": "Phenom Real-time CRM",
"description": "The Phenom Real-time CRM Extension enables you to search, manage and edit existing leads in CRM.",
"version": "25.10.01",
"icons": {
"16": "img\/group-2.png",
"32": "img\/[email protected]",
"48": "img\/[email protected]",
"128": "img\/[email protected]"
},
"action": {
"default_icon": "img\/[email protected]"
},
"extension": "phenom",
"permissions": [
"storage",
"activeTab",
"scripting",
"cookies"
],
"host_permissions": [
"https:\/\/*.phenompeople.com\/",
"https:\/\/*.phenompro.com\/",
"https:\/\/*.phenom.com\/",
"https:\/\/*.phenomxai.com\/",
"https:\/\/file.myfontastic.com\/"
],
"background": {
"service_worker": "app\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"static\/js\/*",
"static\/css\/*",
"static\/media\/*",
"app\/lib\/*",
"img\/*",
"sandbox.html"
],
"use_dynamic_url": true,
"matches": [
"<all_urls>"
]
}
],
"incognito": "split",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-modals; script-src 'self' https:\/\/cdn.pendo.io\/ https:\/\/*.phenompeople.com\/ https:\/\/*.phenompro.com\/ https:\/\/*.phenom.com\/ https:\/\/maps.googleapis.com\/; script-src-elem 'self' https:\/\/cdn.pendo.io\/ https:\/\/*.phenompeople.com\/ https:\/\/*.phenompro.com\/ https:\/\/*.phenom.com\/ https:\/\/maps.googleapis.com\/"
},
"sandbox": {
"pages": [
"sandbox.html"
]
},
"externally_connectable": {
"matches": [
"https:\/\/*.phenompeople.com\/*",
"https:\/\/*.phenompro.com\/*",
"https:\/\/*.phenom.com\/*",
"https:\/\/*.phenomxai.com\/*"
]
}
}