Etsy Keyword Tool

Rank better on Etsy with good keyword research!

Etsy Keyword Tool क्या है?

Etsy Keyword Tool MXNPro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rank better on Etsy with good keyword research!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Etsy Keyword Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}