Expressed
Applies all offers in the Amex Offers & Benefits tab
Cos'è Expressed?
Expressed è un'estensione di Chrome sviluppata da BuildLoop, e la sua funzione principale è "Applies all offers in the Amex Offers & Benefits tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Expressed
Scarica i file di estensione Expressed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Expressed |
ID | edoojjbfnickogennjiiboemldfndjim |
URL Ufficiale | https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim |
Descrizione | Applies all offers in the Amex Offers & Benefits tab |
Dimensione del File | 17.22 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-10-25 |
Data di Pubblicazione | 2022-10-25 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | BuildLoop |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://buildloop.com/privacy.html |
Lingue Supportate | 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" } ] } |