Etsy Keyword Tool

Rank better on Etsy with good keyword research!

Etsy Keyword Toolとは何ですか?

Etsy Keyword ToolはMXNProによって開発されたChromeの拡張機能で、その主な機能は「Rank better on Etsy with good keyword research!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Etsy Keyword Tool拡張機能のCRXファイルをダウンロード

Etsy Keyword Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Find great keywords for your Etsy shop with the Etsy Keyword Tool.

Boost your shop's visibility and attract more potential customers by optimizing your product listings with relevant keywords. Our user-friendly tool streamlines the process of keyword research, making it quick and effortless.

Simply enter a keyword in the Etsy search bar, and our tool generates a comprehensive list of keywords that can improve your shop's search ranking.

Save time and effort with our intuitive interface, designed to make keyword research accessible to all Etsy shop owners.                    

拡張機能の基本情報

名前 Etsy Keyword Tool Etsy Keyword Tool
ID glcdfinieepgagdmopjeieialemgcpkm
公式URL https://chromewebstore.google.com/detail/etsy-keyword-tool/glcdfinieepgagdmopjeieialemgcpkm
説明 Rank better on Etsy with good keyword research!
ファイルサイズ 43.35 KB
インストール数 58
現在のバージョン 1.0.1
最終更新日 2023-07-11
公開日 2023-05-16
評価 5.00/5 合計 1 レビュー
開発者 MXNPro
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://mxnpro.ovh/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Etsy Keyword Tool",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "public\/icons\/icon-16.png",
        "48": "public\/icons\/icon-48.png",
        "96": "public\/icons\/icon-96.png",
        "128": "public\/icons\/icon-128.png"
    },
    "content_security_policy": {
        "extensions_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dev-extension\/*",
                "https:\/\/www.etsy.com\/*"
            ],
            "js": [
                "front-vendors.js",
                "contentApp.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/public\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}