E-Commerce Quick Search

The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!

E-Commerce Quick Searchとは何ですか?

E-Commerce Quick SearchはBlazyerzによって開発されたChromeの拡張機能で、その主な機能は「The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!」です。

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

screenshot

E-Commerce Quick Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        E-Commerce Quick Search provides the ability to quickly search product names, UPCs, SKUs and any kind of text on the world's most popular marketplaces in just a few clicks.

How does it work:
1. Highlight any text, UPC or SKU
2. Right click
3. Navigate to "E-Commerce Quick Search"
4. Choose the desired marketplace
5. DONE!

Supported Marketplaces:
- Alibaba
- Aliexpress
- Amazon
- eBay
- Target
- Walmart

We welcome any suggestions for improvements, additional marketplaces or any other feedback                    

拡張機能の基本情報

名前 E-Commerce Quick Search E-Commerce Quick Search
ID khbhihdbghfpfnkigbbhlobjpdniiojk
公式URL https://chromewebstore.google.com/detail/e-commerce-quick-search/khbhihdbghfpfnkigbbhlobjpdniiojk
説明 The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!
ファイルサイズ 30.79 KB
インストール数 22
現在のバージョン 0.0.1
最終更新日 2020-03-23
公開日 2020-03-23
開発者 Blazyerz
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-Commerce Quick Search",
    "description": "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menu.js",
            "marketplaces.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/logo16.png"
    },
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    }
}