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
Eメール [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"
        }
    ]
}