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": "The Symbo Chrome extension allows you to interact with your CRM tool to engage with your prospects.",
"version": "1.12",
"name": "Symbo - Sales Engagement Platform",
"author": "Symbo LLC",
"options_page": "options.html",
"background": {
"service_worker": "serviceWorker.bundle.js",
"type": "module"
},
"action": {
"default_icon": "icon48.png",
"default_popup": "options.html"
},
"icons": {
"48": "icon48.png"
},
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/login.salesforce.com\/*",
"*:\/\/salesforce.com\/login",
"*:\/\/salesforce.com\/secur",
"*:\/\/*.salesforce.com\/email\/*",
"*:\/\/*.salesforce.com\/login-messages\/*",
"*:\/\/*.force.com\/apex\/*",
"*:\/\/*.force.com\/desktopDashboards\/*",
"*:\/\/*.force.com\/secur\/*"
],
"all_frames": true,
"js": [
"content.bundle.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.symbo.ai\/*",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"*:\/\/localhost\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"*.svg",
"*.png",
"*.html",
"*.css",
"*.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"permissions": [
"webRequest",
"webNavigation",
"tabs",
"storage",
"contextMenus",
"windows"
]
}