Shoplink
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.
Qu'est-ce que Shoplink ?
Shoplink est une extension Chrome développée par BookmarkCorp, et sa fonction principale est "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shoplink
Téléchargez les fichiers d'extension Shoplink 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
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. It works with online retailers as well as brick and mortar stores. This allows you to get instant feedback and reviews as well as being confident you are getting the best deal. It also allows you to instantly compare prices from different online retailers without changing your normal shopping experience.
Informations de Base sur l'Extension
Nom | |
ID | mcpjbjaabmjflecfdcalngicpgjcfafi |
URL Officiel | https://chrome.google.com/webstore/detail/shoplink/mcpjbjaabmjflecfdcalngicpgjcfafi |
Description | It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. |
Taille du Fichier | 934 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2014-12-03 |
Date de Publication | 2014-12-02 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | BookmarkCorp |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoplink", "description": "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.", "version": "1.1.0", "manifest_version": 2, "web_accessible_resources": [ "img\/*" ], "icons": { "16": "Shoplink-logo-16.png", "48": "Shoplink-logo-48.png", "128": "Shoplink-logo-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/www.amazon.com\/*", "http:\/\/www.ebay.com\/*", "http:\/\/www.offerna.com\/*", "http:\/\/*.souq.com\/*", "http:\/\/www.nefsak.com\/*", "https:\/\/www.etsy.com\/*", "http:\/\/www.bestbuy.com\/*", "http:\/\/www.staples.com\/*", "http:\/\/www.walmart.com\/*", "http:\/\/shoplink.talkcloud.me\/*" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "http:\/\/www.ebay.com\/*", "http:\/\/www.offerna.com\/*", "http:\/\/*.souq.com\/*", "http:\/\/www.nefsak.com\/*", "https:\/\/www.etsy.com\/*", "http:\/\/www.bestbuy.com\/*", "http:\/\/www.staples.com\/*", "http:\/\/www.walmart.com\/*" ] } ] } |