Compare Amazon prices
Quickly check other Amazon locales to compare prices.
Compare Amazon prices क्या है?
Compare Amazon prices Lab360° द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly check other Amazon locales to compare prices."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Compare Amazon prices एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly check all Amazon stores to compare prices and reviews on products.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pebibaibfmcgpnokhjehllhjceldhfbo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/compare-amazon-prices/pebibaibfmcgpnokhjehllhjceldhfbo |
विवरण | Quickly check other Amazon locales to compare prices. |
फ़ाइल का आकार | 42.7 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-01-14 |
प्रकाशन तिथि | 2018-01-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Lab360° |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Compare Amazon prices" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "other-amazon.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*" ] } ], "description": "Quickly check other Amazon locales to compare prices.", "icons": { "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "32": "icons\/icon-32.png", "24": "icons\/icon-24.png", "19": "icons\/icon-19.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "Compare Amazon prices", "short_name": "Watch prices on Amazon", "options_ui": { "chrome_style": false, "page": "options.html" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "data\/tlds.json" ] } |