Shoplink
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.
Τι είναι το Shoplink;
Το Shoplink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BookmarkCorp, και η κύρια λειτουργία του είναι "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shoplink
Λήψη αρχείων επέκτασης Shoplink σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mcpjbjaabmjflecfdcalngicpgjcfafi |
Επίσημο URL | https://chrome.google.com/webstore/detail/shoplink/mcpjbjaabmjflecfdcalngicpgjcfafi |
Περιγραφή | It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. |
Μέγεθος Αρχείου | 934 KB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2014-12-03 |
Ημερομηνία Δημοσίευσης | 2014-12-02 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | BookmarkCorp |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |