Shoplink
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.
Shoplink क्या है?
Shoplink BookmarkCorp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shoplink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |