auto-coupon
Auto apply amazon coupons
Co to jest auto-coupon?
auto-coupon to rozszerzenie Chrome opracowane przez mcdhaef, a jego główną funkcją jest „Auto apply amazon coupons”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia auto-coupon
Pobierz pliki rozszerzeń auto-coupon 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
Auto-coupon is a super simple chrome extension that automatically applies amazon coupons when you navigate to a product page. Once on the page the extension will check for a coupon to be applied and do so without any need for action from the user. Amazon coupons are not automatically applied so most people don't know what they are missing.
Podstawowe informacje o rozszerzeniu
Nazwa | auto-coupon |
ID | jibjjgdhcgniaidglbmhledoeinekchd |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd |
Opis | Auto apply amazon coupons |
Rozmiar pliku | 6.67 KB |
Liczba instalacji | 63 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2022-04-10 |
Data Publikacji | 2021-08-29 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | mcdhaef |
[email protected] | |
Typ Płatności | in_app |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "auto-coupon", "description": "Auto apply amazon coupons", "version": "0.0.3", "manifest_version": 3, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |