Amazon Shopping Tools
Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!
Что такое Amazon Shopping Tools?
Amazon Shopping Tools - это расширение Chrome, разработанное https://dontpayfull.com, и его основная функция - "Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!".
Снимки экрана расширения
Скачать файл CRX расширения Amazon Shopping Tools
Скачайте файлы расширений Amazon Shopping Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Instantly save money and time with Amazon Shopping Tools by DontPayFull. Save up to 75% off with our proprietary discount finder, which helps you find hidden deals.
Now you no longer need to search for deals, personalized gifts or best seller products in a category, Amazon Shopping Tools will do this for you. Save money big time by installing it now!
This extension has 3 main features that will take shopping to another level:
💰 Discount Finder
Instantly find 75%+ off discounts on Amazon products on popular brands like Nike, Adidas, Ikea! Advantages: save more money, customize your search, quick & accurate results.
🎁 Gift Finder
Easily find great gifts for your friends and family. Benefits include unique gifts by personality type, gifts by price, fast gift shopping experience.
💯 Best Seller
Find in seconds the top 100 most popular products in a category. Best Sellers are updated every hour to include the latest data, giving you up-to-date results every time.
Amazon Shopping Tools supported countries
Discount Finder: United States, United Kingdom, Canada, Germany, Spain, Italy, and France.
Gift Finder and Amazon Best Sellers: United States, United Kingdom, and Canada. Основная информация о расширении
| Название | |
| ID | ffggjdmejdnacmogonkgnhihpfjadbik |
| Официальный URL | https://chromewebstore.google.com/detail/amazon-shopping-tools/ffggjdmejdnacmogonkgnhihpfjadbik |
| Описание | Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals! |
| Размер файла | 260 KB |
| Количество установок | 934 |
| Текущая Версия | 1.2.8 |
| Последнее Обновление | 2024-01-10 |
| Дата публикации | 2022-02-04 |
| Рейтинг | 4.78/5 Всего 60 оценок |
| Разработчик | https://dontpayfull.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.dontpayfull.com/page/amazon-discount-finder |
| URL страницы помощи | https://help.dontpayfull.com/support/solutions/folders/6000240993 |
| URL страницы политики конфиденциальности | https://www.dontpayfull.com/page/privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Amazon Shopping Tools",
"description": "Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!",
"default_locale": "en",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "Amazon Shopping Tools",
"default_icon": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/geo.dpf.cloud https:\/\/*.doubleclick.net https:\/\/api.dontpayfull.com https:\/\/www.google-analytics.com"
},
"version": "1.2.8"
} | |