WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Stripe Customer Map

Stripe Customer Map

View on Chrome Web Store
View Stripe Customer Map Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
38 views
This extension has been viewed 38 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.

It can help you see where your stripe customers come from.Not official Stripe extension.
Type
Extension
Users
11 users
2
Austin
View author page of Austin
Published
Published on July 18, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on July 18, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Stripe Customer Map 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": "Stripe Customer Map",
    "description": "It can help you see where your stripe customers come from.Not official Stripe extension.",
    "version": "1.0.0",
    "host_permissions": [
        "https:\/\/dashboard.stripe.com\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": ""
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dashboard.stripe.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "static\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": []
}
© 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