Ebay Keyword Search Tool International

Get number of eBay search results for keywords in Merchant Words

Ebay Keyword Search Tool International란 무엇입니까?

Ebay Keyword Search Tool International은(는) LayZ Money International에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get number of eBay search results for keywords in Merchant Words"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ebay Keyword Search Tool International 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Works on every country except AU and JP!

Find highly searched, low-competition items in Merchant Words by embedding eBay search results for every term and for every country. This search tool gives you the number of Ebay listings for that country and the ratio of searches to listings.
It also includes a filter so you can focus on the results with the highest search-to-listings ratio.

eBay.com is free, so the Keyword Search Tool is too! No subscription, no risk.                    

확장 프로그램 기본 정보

이름 Ebay Keyword Search Tool International Ebay Keyword Search Tool International
ID mphillnfelmodgnkkaokdbedpjjlnaoi
공식 URL https://chrome.google.com/webstore/detail/ebay-keyword-search-tool/mphillnfelmodgnkkaokdbedpjjlnaoi
설명 Get number of eBay search results for keywords in Merchant Words
파일 크기 18.01 KB
설치 횟수 628
현재 버전 2.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.67/5 총 3 개의 평점
개발자 LayZ Money International
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ebay Keyword Search Tool International",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Get number of eBay search results for keywords in Merchant Words",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo16.png",
        "default_badge": "logo16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.merchantwords.com\/*"
            ],
            "js": [
                "content_script_lm.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background_script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.ebay.co.uk\/*",
        "https:\/\/www.ebay.com\/*",
        "https:\/\/www.ebay.ca\/*",
        "https:\/\/www.ebay.de\/*",
        "https:\/\/www.ebay.fr\/*",
        "https:\/\/www.ebay.es\/*",
        "https:\/\/www.ebay.it\/*",
        "https:\/\/www.ebay.com.au\/*",
        "http:\/\/www.ebay.com.au\/*"
    ]
}