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 - это расширение Chrome, разработанное Edrop, и его основная функция - "Find hot keyword, suggest best products by Hot Signal, Search for competitor username, bookmark your product on ebay".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Find Hot Product and Keyword

Скачайте файлы расширений Find Hot Product and Keyword в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
    ]
}