Keyword Helper For Etsy

Tool for Etsy keywords

Что такое Keyword Helper For Etsy?

Keyword Helper For Etsy - это расширение Chrome, разработанное Visumex, и его основная функция - "Tool for Etsy keywords".

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

screenshot

Скачать файл CRX расширения Keyword Helper For Etsy

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

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

                        The Keyword Helper For Etsy browser extension is a tool to improve your Etsy SEO.  It helps you to easily gather the keywords used in search queries from the search analytics page. These are search queries on the Etsy website that resulted in impressions for your listings. Once you’ve saved enough queries, you can use the extension to compare them to the titles and descriptions of any of your listings. The extension will show you the best matching query keywords, for the title or description of your listing. After that you can select copy and use the keywords of your choice in your listing title or tags.                    

Основная информация о расширении

Название Keyword Helper For Etsy Keyword Helper For Etsy
ID kcmphcddcbeeldhlifhndohiidbfkedb
Официальный URL https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb
Описание Tool for Etsy keywords
Размер файла 96.01 KB
Количество установок 122
Текущая Версия 1.0.2
Последнее Обновление 2022-01-18
Дата публикации 2021-05-04
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Visumex
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.visumex.com/
URL страницы политики конфиденциальности https://www.visumex.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Helper For Etsy",
    "version": "1.0.2",
    "description": "Tool for Etsy keywords",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "khfe_icon96.png"
    },
    "browser_action": {
        "default_title": "Keyword Helper For Etsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.visumex.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}