Safeway Coupon Add to Card
This extension adds all of the Safeway coupons to your card.
Safeway Coupon Add to Cardとは何ですか?
Safeway Coupon Add to Cardはrabbleによって開発されたChromeの拡張機能で、その主な機能は「This extension adds all of the Safeway coupons to your card.」です。
拡張機能のスクリーンショット
Safeway Coupon Add to Card拡張機能のCRXファイルをダウンロード
Safeway Coupon Add to Card拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | emjlocdhpdhochckdiiimgkknophngjj |
公式URL | https://chromewebstore.google.com/detail/safeway-coupon-add-to-car/emjlocdhpdhochckdiiimgkknophngjj |
説明 | This extension adds all of the Safeway coupons to your card. |
ファイルサイズ | 40.11 KB |
インストール数 | 672 |
現在のバージョン | 1.4 |
最終更新日 | 2019-08-05 |
公開日 | 2019-08-04 |
評価 | 4.46/5 合計 70 レビュー |
開発者 | rabble |
支払い方法 | free |
対応言語 | 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" } ] } |