Goods Searcher
This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Goods Searcher क्या है?
Goods Searcher Ivan D. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goods Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Версия 3.4. Добавлены новые магазины для поиска. Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube.
एक्सटेंशन की मूल जानकारी
नाम | Goods Searcher |
ID | hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
विवरण | This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon... |
फ़ाइल का आकार | 17.42 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 3.4 |
अंतिम अपडेट | 2020-03-17 |
प्रकाशन तिथि | 2020-03-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Ivan D. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": "icons\/48x48.png", "default_popup": "pop.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/boot.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/128x128.png", "48": "icons\/48x48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "storage", "cookies", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "version": "3.4" } |