Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Zoom Player Deals क्या है?
Zoom Player Deals http://inmatrix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zoom Player Deals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for. Help Zoom Player development flourish by using this extension to help advise you with your online shopping.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
विवरण | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
फ़ाइल का आकार | 93.75 KB |
स्थापना संख्या | 1,799 |
वर्तमान संस्करण | 7.0.27 |
अंतिम अपडेट | 2017-07-10 |
प्रकाशन तिथि | 2017-07-10 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | http://inmatrix.com |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://inmatrix.com/privacy.shtml |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "__MSG_shortName__", "version": "7.0.27", "manifest_version": 2, "icons": { "48": "img\/active48.png", "128": "img\/active128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background_script.js", "browser_action.js" ] }, "browser_action": { "default_icon": { "19": "img\/inactive19.png", "38": "img\/inactive38.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [], "default_locale": "en" } |