Goods Searcher
This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Hvad er Goods Searcher?
Goods Searcher er en Chrome-udvidelse udviklet af Ivan D., og dens hovedfunktion er "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...".
Udvidelsesskærmbilleder
Download Goods Searcher-udvidelses-CRX-fil
Download Goods Searcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- Версия 3.4. Добавлены новые магазины для поиска. Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube.
Grundlæggende oplysninger om udvidelsen
Navn | Goods Searcher |
ID | hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
Officiel URL | https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
Beskrivelse | This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon... |
Filstørrelse | 17.42 KB |
Antal Installationer | 31 |
Nuværende Version | 3.4 |
Senest Opdateret | 2020-03-17 |
Udgivelsesdato | 2020-03-15 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Ivan D. |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |