Goods Searcher

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

Goods Searcherとは何ですか?

Goods SearcherはIvan D.によって開発されたChromeの拡張機能で、その主な機能は「This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Goods Searcher拡張機能のCRXファイルをダウンロード

Goods Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Goods Searcher Goods Searcher
ID hgkgelpbdfdkhapnmbidgeaahfkgkkoo
公式URL https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo
説明 This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
ファイルサイズ 17.42 KB
インストール数 31
現在のバージョン 3.4
最終更新日 2020-03-17
公開日 2020-03-15
評価 5.00/5 合計 1 レビュー
開発者 Ivan D.
Eメール [email protected]
支払い方法 free
対応言語 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"
}