Goods Searcher

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

Was ist Goods Searcher?

Goods Searcher ist eine Chrome-Erweiterung, die von Ivan D. entwickelt wurde, und ihr Hauptmerkmal ist "This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Goods Searcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goods Searcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Goods Searcher Goods Searcher
ID hgkgelpbdfdkhapnmbidgeaahfkgkkoo
Offizielle URL https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo
Beschreibung This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
Dateigröße 17.42 KB
Installationsanzahl 31
Aktuelle Version 3.4
Letztes Update 2020-03-17
Veröffentlichungsdatum 2020-03-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Ivan D.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}