Safeway Coupon Add to Card
This extension adds all of the Safeway coupons to your card.
Was ist Safeway Coupon Add to Card?
Safeway Coupon Add to Card ist eine Chrome-Erweiterung, die von rabble entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds all of the Safeway coupons to your card.".
Erweiterungsscreenshots
Safeway Coupon Add to Card-Erweiterungs-CRX-Datei herunterladen
Laden Sie Safeway Coupon Add to Card-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | emjlocdhpdhochckdiiimgkknophngjj |
Offizielle URL | https://chromewebstore.google.com/detail/safeway-coupon-add-to-car/emjlocdhpdhochckdiiimgkknophngjj |
Beschreibung | This extension adds all of the Safeway coupons to your card. |
Dateigröße | 40.11 KB |
Installationsanzahl | 672 |
Aktuelle Version | 1.4 |
Letztes Update | 2019-08-05 |
Veröffentlichungsdatum | 2019-08-04 |
Bewertung | 4.46/5 Insgesamt 70 Bewertungen |
Entwickler | rabble |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |