Amazon coupons, find and apply automatically
Use amazon coupons and save your money automatically
Что такое Amazon coupons, find and apply automatically?
Amazon coupons, find and apply automatically - это расширение Chrome, разработанное tkdforever, и его основная функция - "Use amazon coupons and save your money automatically".
Снимки экрана расширения
Скачать файл CRX расширения Amazon coupons, find and apply automatically
Скачайте файлы расширений Amazon coupons, find and apply automatically в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Amazon has coupons but it's often not obvious that a coupon is available for a particular product. This extension searches and applies Amazon coupons when you view a product. Discounts will appear during checkout. You must be logged in to your Amazon account for this to work.
Основная информация о расширении
Название | |
ID | mnobnadjnkkcbohkhjcmbikbpjdljjbl |
Официальный URL | https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl |
Описание | Use amazon coupons and save your money automatically |
Размер файла | 59.24 KB |
Количество установок | 1,158 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2021-06-29 |
Дата публикации | 2020-10-12 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | tkdforever |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon coupons, find and apply automatically", "version": "1.1.0", "description": "Use amazon coupons and save your money automatically", "host_permissions": [ "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/functions.js" ], "all_frames": true } ], "action": { "default_icon": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" } }, "icons": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" }, "manifest_version": 3 } |