Expressed
Applies all offers in the Amex Offers & Benefits tab
Hvad er Expressed?
Expressed er en Chrome-udvidelse udviklet af BuildLoop, og dens hovedfunktion er "Applies all offers in the Amex Offers & Benefits tab".
Udvidelsesskærmbilleder
Download Expressed-udvidelses-CRX-fil
Download Expressed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Expressed |
ID | edoojjbfnickogennjiiboemldfndjim |
Officiel URL | https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim |
Beskrivelse | Applies all offers in the Amex Offers & Benefits tab |
Filstørrelse | 17.22 KB |
Antal Installationer | 72 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-10-25 |
Udgivelsesdato | 2022-10-25 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | BuildLoop |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://buildloop.com/privacy.html |
Understøttede Sprog | 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" } ] } |