ShopDAQ Price Compare
Comparison shopping extension that finds the best prices for items that you view, and coupons for e-commerce sites that you visit.
Qu'est-ce que ShopDAQ Price Compare ?
ShopDAQ Price Compare est une extension Chrome développée par https://shopdaq.com, et sa fonction principale est "Comparison shopping extension that finds the best prices for items that you view, and coupons for e-commerce sites that you visit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShopDAQ Price Compare
Téléchargez les fichiers d'extension ShopDAQ Price Compare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatic Comparison Shopping Shop normally and ShopDAQ will find lower prices and coupons for the items and stores that you are visiting. ShopDAQ Price Compare automatically looks for competitive prices on individual items that you view in an e-commerce site and displays them in a small bar at the top of the page. It also notifies you if coupons are available for the site that you are currently at and gives you the coupon codes. Since we search multiple sources in parallel, we are usually able to find better prices than you would by going to a price comparison search engine directly. In addition, ShopDAQ does not require you to change your shopping habits; in our tests, it recognized most mass produced products on major shopping sites in the US, UK, Canada, and Germany, and often found lower cost sources for identical items. Our extension only appears when it finds competitive prices or coupons for products or sites that you are viewing. (Currently works in the US, UK, Canada, France, and Germany; other countries coming soon.)
Informations de Base sur l'Extension
Nom | ShopDAQ Price Compare |
ID | ambghjoddffmldaglibmgnhegnekeohf |
URL Officiel | https://chromewebstore.google.com/detail/shopdaq-price-compare/ambghjoddffmldaglibmgnhegnekeohf |
Description | Comparison shopping extension that finds the best prices for items that you view, and coupons for e-commerce sites that you visit. |
Taille du Fichier | 60.09 KB |
Nombre d'Installations | 315 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2018-09-28 |
Évaluation | 4.38/5 Total 8 Évaluations |
Développeur | https://shopdaq.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shopdaq.com |
URL de la Page de Politique de Confidentialité | https://shopdaq.com/privacy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShopDAQ Price Compare", "version": "1.0", "description": "Comparison shopping extension that finds the best prices for items that you view, and coupons for e-commerce sites that you visit.", "background": { "page": "background.html" }, "permissions": [ "https:\/\/shopdaq.com\/*", "http:\/\/shopdaq.com\/*", "tabs" ], "page_action": { "default_icon": "pageaction.png", "default_title": "Click to Get Coupons For This Site", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ "close_button_red.png" ] } |