Safeway Coupon Add to Card
This extension adds all of the Safeway coupons to your card.
Cos'è Safeway Coupon Add to Card?
Safeway Coupon Add to Card è un'estensione di Chrome sviluppata da rabble, e la sua funzione principale è "This extension adds all of the Safeway coupons to your card.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Safeway Coupon Add to Card
Scarica i file di estensione Safeway Coupon Add to Card 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
If you find this useful, please rate and if you'd like to see this maintained, please send a donation to: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVNCV8Y3N3X4 Automatically add all Safeway, CARRS, and Vons coupons to your card with the click of a button! Click the red browser icon to load all of the coupons to your card.
Informazioni di Base sull'Estensione
Nome | |
ID | emjlocdhpdhochckdiiimgkknophngjj |
URL Ufficiale | https://chromewebstore.google.com/detail/safeway-coupon-add-to-car/emjlocdhpdhochckdiiimgkknophngjj |
Descrizione | This extension adds all of the Safeway coupons to your card. |
Dimensione del File | 40.11 KB |
Conteggio Installazioni | 672 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-08-05 |
Data di Pubblicazione | 2019-08-04 |
Valutazione | 4.46/5 Totale 70 Valutazioni |
Sviluppatore | rabble |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safeway Coupon Add to Card", "description": "This extension adds all of the Safeway coupons to your card.", "version": "1.4", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.safeway.com\/*", "https:\/\/www.carrsqc.com\/*", "https:\/\/www.vons.com\/*" ], "css": [ "content.css" ], "js": [ "content.min.js" ], "run_at": "document_end" } ] } |