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
官方網址 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.
電子郵箱 [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"
}