Keyword Helper For Etsy

Tool for Etsy keywords

What is Keyword Helper For Etsy?

Keyword Helper For Etsy is a Chrome extension developed by Visumex, and its main feature is "Tool for Etsy keywords".

Extension Screenshots

screenshot

Download Keyword Helper For Etsy Extension CRX File

Download Keyword Helper For Etsy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Keyword Helper For Etsy Keyword Helper For Etsy
ID kcmphcddcbeeldhlifhndohiidbfkedb
Official URL https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb
Description Tool for Etsy keywords
File Size 96.01 KB
Installation Count 122
Current Version 1.0.2
Last Updated 2022-01-18
Publish Date 2021-05-04
Rating 1.00/5 Total 1 Ratings
Developer Visumex
Email [email protected]
Payment Type in_app
Extension Website https://www.visumex.com/
Privacy Policy Page URL https://www.visumex.com/privacy-policy
Supported Languages 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"
        }
    ]
}