Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Lower Ebay Price Alert क्या है?
Lower Ebay Price Alert ferryzhou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows ebay price of the selling item on Amazon when ebay price is lower."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lower Ebay Price Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
विवरण | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
फ़ाइल का आकार | 48.06 KB |
स्थापना संख्या | 163 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-12-20 |
प्रकाशन तिथि | 2015-12-20 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | ferryzhou |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |