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!”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | khbhihdbghfpfnkigbbhlobjpdniiojk | 
| 官方網址 | 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"
    }
}  |  |