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": "trellus",
"version": "1.9.1.9",
"description": "Trellus is an embedded AI power and parallel dialer that works inside your SEP or CRM.",
"homepage_url": "https:\/\/trellus.ai",
"manifest_version": 3,
"background": {
"service_worker": "src\/ext\/background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs",
"system.display",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/app.salesloft.com\/*",
"*:\/\/orum.com\/*",
"*:\/\/web.outreach.io\/*",
"*:\/\/ringcentral.github.io\/ringcentral-embeddable\/*",
"*:\/\/app.hubspot.com\/*",
"*:\/\/app.apollo.io\/*",
"*:\/\/www.phoneburner.com\/dialer\/dial\/begin*",
"*:\/\/salesfinity.co\/*",
"*:\/\/*.connectandsell.com\/*",
"*:\/\/dialpad.com\/*",
"*:\/\/*.kixie.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.force.com\/*"
],
"optional_permissions": [
"scripting",
"cookies"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/app.trellus.ai\/pages\/*"
],
"js": [
"src\/ext\/app-content-wrapper.js"
]
},
{
"matches": [
"*:\/\/app.salesloft.com\/*",
"*:\/\/web.outreach.io\/*",
"*:\/\/orum.com\/*",
"*:\/\/ringcentral.github.io\/ringcentral-embeddable\/*",
"*:\/\/app.hubspot.com\/calling\/*",
"*:\/\/app.apollo.io\/*",
"*:\/\/www.phoneburner.com\/dialer\/dial\/begin*",
"*:\/\/salesfinity.co\/*",
"*:\/\/*.connectandsell.com\/*",
"*:\/\/dialpad.com\/*",
"*:\/\/*.kixie.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.force.com\/*"
],
"js": [
"src\/ext\/dialer-content-wrapper.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset",
"path": "ruleset.json"
}
]
},
"action": {
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.js",
"*.css",
"*.html",
"*.svg",
"*.mp3"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/app.trellus.ai\/*"
]
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"commands": {
"toggle-auto-dialer": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space"
},
"description": "Toggle autodialer on the current page via ctrl shift space."
}
}
}