Expressed

Applies all offers in the Amex Offers & Benefits tab

Was ist Expressed?

Expressed ist eine Chrome-Erweiterung, die von BuildLoop entwickelt wurde, und ihr Hauptmerkmal ist "Applies all offers in the Amex Offers & Benefits tab".

Erweiterungsscreenshots

screenshot

Expressed-Erweiterungs-CRX-Datei herunterladen

Laden Sie Expressed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Add all current Amex Offers with a single click.

Directions:
Navigate to Amex Offers & Benefits tab.
Click "View All"
Ensure "Available" tab is selected.
Click the "Apply All Offers" button and watch the magic work!

Depending on the number of available offers, this may take a few minutes.

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with American Express, or any of its subsidiaries or its affiliates.                    

Grundlegende Informationen zur Erweiterung

Name Expressed Expressed
ID edoojjbfnickogennjiiboemldfndjim
Offizielle URL https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim
Beschreibung Applies all offers in the Amex Offers & Benefits tab
Dateigröße 17.22 KB
Installationsanzahl 72
Aktuelle Version 1.0.1
Letztes Update 2022-10-25
Veröffentlichungsdatum 2022-10-25
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler BuildLoop
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://buildloop.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expressed",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "Applies all offers in the Amex Offers & Benefits tab",
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent",
        "tabs"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "host_permissions": [
        "https:\/\/*.americanexpress.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.americanexpress.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ]
}