Etsy Keyword Tool

Rank better on Etsy with good keyword research!

Qu'est-ce que Etsy Keyword Tool ?

Etsy Keyword Tool est une extension Chrome développée par MXNPro, et sa fonction principale est "Rank better on Etsy with good keyword research!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Etsy Keyword Tool

Téléchargez les fichiers d'extension Etsy Keyword Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Etsy Keyword Tool Etsy Keyword Tool
ID glcdfinieepgagdmopjeieialemgcpkm
URL Officiel https://chromewebstore.google.com/detail/etsy-keyword-tool/glcdfinieepgagdmopjeieialemgcpkm
Description Rank better on Etsy with good keyword research!
Taille du Fichier 43.35 KB
Nombre d'Installations 58
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-07-11
Date de Publication 2023-05-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur MXNPro
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://mxnpro.ovh/privacy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}