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
官方網址 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"
        }
    ]
}