WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChargeDesk for Stripe, PayPal & Braintree

ChargeDesk for Stripe, PayPal & Braintree

View on Chrome Web Store
View ChargeDesk for Stripe, PayPal & Braintree Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Manage payments inside tickets and emails. Works with all your favourite helpdesks and CRMs.
Type
Extension
Users
2,000 users
ChargeDesk
View author page of ChargeDesk
Published
Published on May 20, 2015
Version 3.1.27
Manifest version
3
Updated
Updated on April 22, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ChargeDesk for Stripe, PayPal & Braintree Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top