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 - это расширение Chrome, разработанное rabble, и его основная функция - "This extension adds all of the Safeway coupons to your card.".
Снимки экрана расширения
Скачать файл CRX расширения Safeway Coupon Add to Card
Скачайте файлы расширений 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" } ] } |