WebExtension.net
WebExtension.net

Add All Amex Card Offers to American Express Account

View on Chrome Web Store
View Add All Amex Card Offers to American Express Account Chrome Extension on Chrome Web Store
5.0 (3 ratings)

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

A Chrome extension that adds all Amex card offers to your account with a single click.
Type
Extension
Users
839 users
13
Merchant Software
View author page of Merchant Software
Published
Published on March 11, 2024
Version 1.2.1
Manifest version
3
Updated
Updated on November 6, 2024
View on Chrome Web Store
View Add All Amex Card Offers to American Express Account Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add All Amex Card Offers to American Express Account",
    "version": "1.2.1",
    "description": "A Chrome extension that adds all Amex card offers to your account with a single click.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "assets\/new-card.png",
        "48": "assets\/new-card.png",
        "128": "assets\/new-card.png"
    },
    "host_permissions": [
        "https:\/\/global.americanexpress.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/global.americanexpress.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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