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",
"manifest_version": 3,
"name": "ChargeDesk for Stripe, PayPal & Braintree",
"short_name": "ChargeDesk",
"description": "Manage payments inside tickets and emails. Works with all your favourite helpdesks and CRMs.",
"version": "3.1.27",
"author": "ChargeDesk",
"action": {
"default_icon": {
"16": "images\/icon16x16.png",
"19": "images\/icon19x19.png",
"32": "images\/icon32x32.png",
"38": "images\/icon76x76.png",
"48": "images\/icon48x48.png",
"76": "images\/icon76x76.png",
"96": "images\/icon96x96.png",
"128": "images\/icon128x128.png"
},
"default_title": "ChargeDesk"
},
"icons": {
"16": "images\/icon16x16.png",
"19": "images\/icon19x19.png",
"32": "images\/icon32x32.png",
"38": "images\/icon76x76.png",
"48": "images\/icon96x96.png",
"76": "images\/icon76x76.png",
"96": "images\/icon96x96.png",
"128": "images\/icon128x128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/chargedesk.com\/app\/*",
"https:\/\/chargedesk.com\/extension\/*"
]
},
"background": {
"service_worker": "js\/service.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/chargedesk.com\/app\/*"
],
"match_about_blank": true,
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.zendesk.com\/*",
"https:\/\/app.intercom.com\/*",
"https:\/\/*.freshdesk.com\/*",
"https:\/\/*.desk.com\/*",
"https:\/\/*.helpscout.net\/*",
"https:\/\/app.hubspot.com\/*"
],
"js": [
"js\/path.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/chargedesk.com\/*"
],
"exclude_matches": [
"https:\/\/chargedesk.com\/app\/*"
],
"js": [
"js\/web.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"resources\/frame.html",
"resources\/frame.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}