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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}