Shop 4 Less
Compare other major sites and buy at right price
Qu'est-ce que Shop 4 Less ?
Shop 4 Less est une extension Chrome développée par Apptikka, et sa fonction principale est "Compare other major sites and buy at right price".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shop 4 Less
Téléchargez les fichiers d'extension Shop 4 Less 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
How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ? Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.
Informations de Base sur l'Extension
Nom | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
URL Officiel | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
Description | Compare other major sites and buy at right price |
Taille du Fichier | 28.53 KB |
Nombre d'Installations | 62 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-08-08 |
Date de Publication | 2016-08-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Apptikka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.dealtikka.com/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shop 4 Less", "version": "1.0", "manifest_version": 2, "description": "Compare other major sites and buy at right price", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon 48.png", "128": "icon 128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |