Shopnetic
Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…
Shopnetic क्या है?
Shopnetic https://shopnetic.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shopnetic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for jogging, dress for that party, books you’d like to read one day, trimmers for the summer season — your wish list is safe with us and we send alerts when something you want is on sale. Go to your favourite online store and click on the extension icon in your browser tab bar to start saving. When the sale starts on the product you have saved we send you an e-mail or notification if you befriend our @shopneticbot in Telegram app. To browse your goods just login at shopnetic.com
एक्सटेंशन की मूल जानकारी
नाम | Shopnetic |
ID | johbgnpjgalhlhoikkoagcenojkbjpil |
आधिकारिक URL | https://chromewebstore.google.com/detail/shopnetic/johbgnpjgalhlhoikkoagcenojkbjpil |
विवरण | Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for… |
फ़ाइल का आकार | 56.03 KB |
स्थापना संख्या | 109 |
वर्तमान संस्करण | 1.0.13 |
अंतिम अपडेट | 2017-01-09 |
प्रकाशन तिथि | 2017-01-09 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://shopnetic.ru |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "version": "1.0.13", "default_locale": "ru", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "tabs", "activeTab", "http:\/\/shopnetic.dev\/*", "https:\/\/shopnetic.ru\/*", "https:\/\/shopnetic.com\/*" ], "browser_action": { "default_title": "__MSG_browser_action_title__", "default_icon": "icons\/128x128.png", "default_popup": "popup.html" } } |