Price Product Checker
Price Product Checker&Tracker online bigest store
Price Product Checker क्या है?
Price Product Checker eBay filters द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Price Product Checker&Tracker online bigest store"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Price Product Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Price Product Checher help you to not forget to check the price and stock before ordering products online with the Context menu.In the context menu on the right click, choose "search online", choose from the largest online stores and then search for the product on the website. Compare prices of web shops such as Amazon, Ebay ,Walmart, Etsy, Best Buy, Home Depot and Target while shopping online with Price Product Checker and save money on your online purchases. Start saving money now and add Price Product Checker to your chrome browser, just like many other price checkers! Does not contain alert is created just to remind you to check prices on the most popular websites ! Attention, this extension affects the context menu by the appearance of a new search section on certain sites!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | incpiopjogcepdnheolbfcofllncbmjp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/price-product-checker/incpiopjogcepdnheolbfcofllncbmjp |
विवरण | Price Product Checker&Tracker online bigest store |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2023-02-12 |
प्रकाशन तिथि | 2019-11-26 |
रेटिंग | 4.22/5 कुल 9 रेटिंग्स |
डेवलपर | eBay filters |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://price.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Price Product Checker", "short_name": "Price Product Checker! at right click displays the largest sales sites", "version": "1.5", "description": "__MSG_ext_description__", "author": "Office Price", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus", "storage", "https:\/\/*\/" ], "background": { "persistent": false, "scripts": [ "background.js", "cauta_pricero.js", "searches.js", "event.js" ] }, "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'", "default_locale": "en", "manifest_version": 2 } |