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": "Marketo Sales",
"short_name": "MSA",
"version": "8.8.0",
"manifest_version": 3,
"description": "Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.",
"homepage_url": "https:\/\/toutapp.com",
"default_locale": "en",
"incognito": "split",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "serviceWorker.js"
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_extBrowserActionTitle__",
"default_popup": "niko\/src\/browser_action\/browser_action.html"
},
"permissions": [
"storage",
"tabs",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"https:\/\/toutapp.com\/*",
"https:\/\/staging.toutapp.com\/*",
"https:\/\/qa1.toutapp.com\/*",
"*:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "staticDeclarativeRules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"images\/sfskyline.png",
"images\/white-toutapp.png",
"images\/icon-tilt-38.png",
"images\/icon-tilt-white.png",
"images\/icon-tilt-purple.svg",
"images\/nuxContent\/complete.png",
"images\/nuxContent\/createTemplate.png",
"images\/nuxContent\/liveFeed.png",
"images\/nuxContent\/sendFirst.png",
"images\/nuxContent\/sendSecond.png",
"images\/one-off-icon-font-images\/warning.svg",
"images\/sprites.png",
"images\/additional_sprites.png",
"images\/ajax-loader.gif",
"images\/ajax-loader-t.gif",
"images\/loading-plane.png",
"images\/logo.png",
"images\/toutapp-logo-blue.png",
"images\/tout-loading-small.gif",
"images\/tout-loading-small-purple.gif",
"images\/white-marketo.svg",
"images\/msc-logo.svg",
"images\/sales-connect.svg",
"images\/icon-19.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"gmail.js",
"gmailExecute.js"
]
},
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"niko\/css\/app.css"
],
"js": [
"niko\/js\/vendor.js",
"niko\/js\/app.js",
"niko\/js\/bootstrap.js"
]
}
]
}