Expressed

Applies all offers in the Amex Offers & Benefits tab

Wat is Expressed?

Expressed is een Chrome-extensie ontwikkeld door BuildLoop, en de belangrijkste functie is "Applies all offers in the Amex Offers & Benefits tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Expressed

Download Expressed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Expressed Expressed
ID edoojjbfnickogennjiiboemldfndjim
Officiële URL https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim
Beschrijving Applies all offers in the Amex Offers & Benefits tab
Bestandsgrootte 17.22 KB
Aantal Installaties 72
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-10-25
Publicatiedatum 2022-10-25
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar BuildLoop
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://buildloop.com/privacy.html
Ondersteunde Talen 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"
        }
    ]
}