Expressed
Applies all offers in the Amex Offers & Benefits tab
Co to jest Expressed?
Expressed to rozszerzenie Chrome opracowane przez BuildLoop, a jego główną funkcją jest „Applies all offers in the Amex Offers & Benefits tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Expressed
Pobierz pliki rozszerzeń Expressed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Expressed |
ID | edoojjbfnickogennjiiboemldfndjim |
Oficjalny URL | https://chromewebstore.google.com/detail/expressed/edoojjbfnickogennjiiboemldfndjim |
Opis | Applies all offers in the Amex Offers & Benefits tab |
Rozmiar pliku | 17.22 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2022-10-25 |
Data Publikacji | 2022-10-25 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | BuildLoop |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://buildloop.com/privacy.html |
Obsługiwane Języki | 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" } ] } |