Keyword Helper For Etsy

Tool for Etsy keywords

什么是Keyword Helper For Etsy?

Keyword Helper For Etsy是由Visumex开发的Chrome扩展程序,该扩展的主要功能是“Tool for Etsy keywords”。

扩展截图

screenshot

下载Keyword Helper For Etsy扩展crx文件

下载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"
        }
    ]
}