The Big Deals
Find today's big deals on the amazon
Qu'est-ce que The Big Deals ?
The Big Deals est une extension Chrome développée par avisharma6543, et sa fonction principale est "Find today's big deals on the amazon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Big Deals
Téléchargez les fichiers d'extension The Big Deals 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
The big deals is a awesome extension which helps you to find great deals of amazon. It will provides you coupons and deals of amazon. It is a great money saving extension. How this extension works? After installing this extension you will see a icon on right above side of your browser. So when you go on amazon for shopping, click on that icon and it will show you best deals of the day on amazon. We daily updates latest deals on the extension. In V2, we fixed some bugs and added installed page.
Informations de Base sur l'Extension
Nom | The Big Deals |
ID | focppijiafifcddfgjoicdahlofpkfib |
URL Officiel | https://chrome.google.com/webstore/detail/the-big-deals/focppijiafifcddfgjoicdahlofpkfib |
Description | Find today's big deals on the amazon |
Taille du Fichier | 135 KB |
Nombre d'Installations | 51 |
Version Actuelle | 2.0 Beta |
Dernière Mise à Jour | 2020-08-20 |
Date de Publication | 2020-08-17 |
Développeur | avisharma6543 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://saleclues.com/page/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 2, "name": "The Big Deals", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.7bigdeals.com\/*" ], "js": [ "content.js" ] } ], "description": "Find today's big deals on the amazon", "short_name": "TBD", "version": "2.0", "version_name": "2.0 Beta", "author": "Avi Sharma", "minimum_chrome_version": "31", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |