Find Hot Product and Keyword

Find hot keyword, suggest best products by Hot Signal, Search for competitor username, bookmark your product on ebay

Find Hot Product and Keyword란 무엇입니까?

Find Hot Product and Keyword은(는) Edrop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find hot keyword, suggest best products by Hot Signal, Search for competitor username, bookmark your product on ebay"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Find Hot Product and Keyword 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Featured of "Ebay suggest experts":
- Find hot keyword, keyword longtail
- Suggest best products by Hot Signal
- Search for competitor username
- Bookmark your product                    

확장 프로그램 기본 정보

이름 Find Hot Product and Keyword Find Hot Product and Keyword
ID lgdgnbneilgfnleamjohjimadmjgjfdg
공식 URL https://chromewebstore.google.com/detail/find-hot-product-and-keyw/lgdgnbneilgfnleamjohjimadmjgjfdg
설명 Find hot keyword, suggest best products by Hot Signal, Search for competitor username, bookmark your product on ebay
파일 크기 1.54 MB
설치 횟수 2,278
현재 버전 1.0.22
최근 업데이트 2022-01-02
출시 날짜 2019-10-29
평점 5.00/5 총 7 개의 평점
개발자 Edrop
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tooldropship.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.0.0.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png"
        },
        "default_title": "Find Hot Product and Keyword"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-3.0.0.min.js"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.us\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.uk\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.www.aliexpress.com\/*"
            ]
        },
        {
            "js": [
                "js\/lib\/jquery-3.0.0.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "description": "Find hot keyword, suggest best products by Hot Signal, Search for competitor username, bookmark your product on ebay",
    "homepage_url": "https:\/\/tooldropship.com",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Find Hot Product and Keyword",
    "permissions": [
        "tabs",
        "gcm",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "*:\/\/*.google.com\/",
        "https:\/\/suggestqueries.google.com\/",
        "https:\/\/clients1.google.com\/",
        "http:\/\/www.bing.com\/",
        "https:\/\/search.yahoo.com\/",
        "http:\/\/autosug.ebaystatic.com\/",
        "http:\/\/completion.amazon.com\/",
        "http:\/\/completion.amazon.co.uk\/",
        "http:\/\/completion.amazon.co.jp\/",
        "http:\/\/completion.amazon.cn\/",
        "https:\/\/www.ebay.com\/"
    ],
    "short_name": "Edrop find Keyword Ebay",
    "version": "1.0.22",
    "web_accessible_resources": [
        "login.html",
        "images\/*"
    ]
}