Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "Mixmax",
"version": "6.28.3",
"description": "__MSG_extDescription__",
"author": "Mixmax, Inc.",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "core\/assets\/img\/icon.png",
"48": "core\/assets\/img\/icon.png",
"128": "core\/assets\/img\/icon.png"
},
"permissions": [
"alarms",
"cookies",
"tabs",
"notifications",
"storage",
"declarativeNetRequest",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"incognito": "split",
"homepage_url": "https:\/\/mixmax.com",
"minimum_chrome_version": "116",
"content_scripts": [
{
"matches": [
"https:\/\/*.mixmax.com\/*"
],
"exclude_matches": [
"https:\/\/*.mixmax.com\/public\/analyticsbridge.html"
],
"js": [
"core\/content\/globals.js",
"core\/content\/ExtensionMessageBus.js"
],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"core\/content\/unblock.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"js": [
"core\/content\/globals.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"core\/content\/gmailPageInterop.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"js": [
"core\/content\/ExtensionMessageBus.js",
"core\/content\/app.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/www.linkedin.com\/sales\/widget\/*"
],
"js": [
"core\/content\/globals.js"
],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.linkedin.com\/sales\/widget\/*"
],
"js": [
"core\/content\/app.js"
],
"all_frames": true,
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https:\/\/mail.google.com\/*"
],
"all_frames": true,
"js": [
"core\/content\/mailTo.js",
"core\/content\/callTo.js"
],
"run_at": "document_idle"
}
],
"externally_connectable": {
"matches": [
"*:\/\/meet.google.com\/*-*-*",
"*:\/\/*.mixmax.com\/*"
]
},
"declarative_net_request": {
"rule_resources": [
{
"id": "suppressTrackingRequests",
"enabled": true,
"path": "core\/rules\/suppressTrackingRequests.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"core\/*",
"loadable\/*",
"config\/*"
],
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.mixmax.com\/*",
"https:\/\/www.linkedin.com\/*"
]
}
],
"action": {
"default_icon": "core\/assets\/img\/icon.png",
"default_title": "Mixmax"
},
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoYQ79kFdYz3gjTbz\/YPkGBaaEOsP8NT\/\/Jugc88JGj9\/v92YHzze0y9tApTkk8Qv3DlrAXXnigTiCfNnCkRY66evHZ4Jf8j+Q9E5P\/sRTp9J73dtQRcB4Fiz7QgJYnviVXckbAQMLUSCBbUXZeav\/xEvmrxNX6Tr16sYBSXB06Ll4kkH8V7hDvqZzOFHlEI7cduMI+I1h6ip3yZ9aSkPD\/OlRjGaqM299gonGw0ntrv4LUjvyJiRRvviceWO1BPXZLCoKcqIq5fFeGhymq4hN2RMG5c7YvJEqlsJyT+TvBaGNp\/zFg+7uKIOk48y2JV3vKaG7rR8d+hBU7+SNnOHnQIDAQAB"
}