WebExtension.net
Toggle dark mode
WebExtension.net

Shop Small Assistant

View on Chrome Web Store
View Shop Small Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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

Assistant for viewing the shop small map. Adds a 'see all shops' button to see shops that are on top of each other.
Type
Extension
Users
11 users
2
niknah
View author page of niknah
Published
Published on July 13, 2020
Version 0.0.9
Manifest version
3
Updated
Updated on May 9, 2022
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Shop Small Assistant 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",
    "name": "Shop Small Assistant",
    "description": "Assistant for viewing the shop small map.  Adds a 'see all shops' button to see shops that are on top of each other.",
    "version": "0.0.9",
    "manifest_version": 3,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/maps.americanexpress.com\/*",
                "https:\/\/www.americanexpress.com\/*"
            ],
            "run_at": "document_end",
            "exclude_matches": [],
            "js": [
                "AmexShopSmallMapAssist.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "RunOnBrowser.js"
            ],
            "matches": [
                "https:\/\/www.americanexpress.com\/*"
            ]
        }
    ]
}
© 2025 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