Safeway Coupon Add to Card
This extension adds all of the Safeway coupons to your card.
Qu'est-ce que Safeway Coupon Add to Card ?
Safeway Coupon Add to Card est une extension Chrome développée par rabble, et sa fonction principale est "This extension adds all of the Safeway coupons to your card.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Safeway Coupon Add to Card
Téléchargez les fichiers d'extension Safeway Coupon Add to Card au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | emjlocdhpdhochckdiiimgkknophngjj |
URL Officiel | https://chromewebstore.google.com/detail/safeway-coupon-add-to-car/emjlocdhpdhochckdiiimgkknophngjj |
Description | This extension adds all of the Safeway coupons to your card. |
Taille du Fichier | 40.11 KB |
Nombre d'Installations | 672 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-08-05 |
Date de Publication | 2019-08-04 |
Évaluation | 4.46/5 Total 70 Évaluations |
Développeur | rabble |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |