Amazon Shopping Tools
Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!
Was ist Amazon Shopping Tools?
Amazon Shopping Tools ist eine Chrome-Erweiterung, die von https://dontpayfull.com entwickelt wurde, und ihr Hauptmerkmal ist "Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!".
Erweiterungsscreenshots
Amazon Shopping Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Shopping Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ffggjdmejdnacmogonkgnhihpfjadbik |
| Offizielle URL | https://chromewebstore.google.com/detail/amazon-shopping-tools/ffggjdmejdnacmogonkgnhihpfjadbik |
| Beschreibung | Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals! |
| Dateigröße | 260 KB |
| Installationsanzahl | 934 |
| Aktuelle Version | 1.2.8 |
| Letztes Update | 2024-01-10 |
| Veröffentlichungsdatum | 2022-02-04 |
| Bewertung | 4.78/5 Insgesamt 60 Bewertungen |
| Entwickler | https://dontpayfull.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.dontpayfull.com/page/amazon-discount-finder |
| Hilfeseite URL | https://help.dontpayfull.com/support/solutions/folders/6000240993 |
| URL der Datenschutzrichtlinien-Seite | https://www.dontpayfull.com/page/privacy-policy |
| Unterstützte Sprachen | 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"
} | |