Goods Searcher
This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Cos'è Goods Searcher?
Goods Searcher è un'estensione di Chrome sviluppata da Ivan D., e la sua funzione principale è "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goods Searcher
Scarica i file di estensione Goods Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- Версия 3.4. Добавлены новые магазины для поиска. Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube.
Informazioni di Base sull'Estensione
Nome | Goods Searcher |
ID | hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
URL Ufficiale | https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
Descrizione | This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon... |
Dimensione del File | 17.42 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 3.4 |
Ultimo Aggiornamento | 2020-03-17 |
Data di Pubblicazione | 2020-03-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Ivan D. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |