Goods Searcher

This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...

O que é Goods Searcher?

Goods Searcher é uma extensão do Chrome desenvolvida por Ivan D., e sua principal característica é "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Goods Searcher

Baixe arquivos de extensão Goods Searcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - Версия 3.4. Добавлены новые магазины для поиска. 
Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube.                    

Informações Básicas da Extensão

Nome Goods Searcher Goods Searcher
ID hgkgelpbdfdkhapnmbidgeaahfkgkkoo
URL Oficial https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo
Descrição This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Tamanho do Arquivo 17.42 KB
Contagem de Instalações 31
Versão Atual 3.4
Última Atualização 2020-03-17
Data de Publicação 2020-03-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Ivan D.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}