Goods Searcher
This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Wat is Goods Searcher?
Goods Searcher is een Chrome-extensie ontwikkeld door Ivan D., en de belangrijkste functie is "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...".
Extensie Screenshots
Download het CRX-bestand van de extensie Goods Searcher
Download Goods Searcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Версия 3.4. Добавлены новые магазины для поиска. Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube.
Basisinformatie over de Extensie
Naam | Goods Searcher |
ID | hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
Officiële URL | https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
Beschrijving | This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon... |
Bestandsgrootte | 17.42 KB |
Aantal Installaties | 31 |
Huidige Versie | 3.4 |
Laatst Bijgewerkt | 2020-03-17 |
Publicatiedatum | 2020-03-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Ivan D. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |