Etsy™ Tags Tool for EtsyHunt

Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.

O que é Etsy™ Tags Tool for EtsyHunt?

Etsy™ Tags Tool for EtsyHunt é uma extensão do Chrome desenvolvida por https://etsyhunt.com, e sua principal característica é "Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Etsy™ Tags Tool for EtsyHunt

Baixe arquivos de extensão Etsy™ Tags Tool for EtsyHunt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This Etsy Tags extension is used to check competitors' tags directly from Etsy. You can start it from the home page, a keyword search page, a specific category page, a popular product detail page or an Etsy shop page.

Features:
>Etsy Tags Analyzer
Researching Etsy tags and keywords is the key to get your shop listings seen. With this Etsy plugin, you will get all your competitors' tags in real-time search results in one click. Besides, you will see a clean table show the tags performance: 
‒ Tags Frequency
‒ Tags Views, Favorites, Competition, Sales
‒ Google Trends

>Etsy Tags Extractor
You are able to Bulk copy or export Etsy Tags to csv after exploring popular Etsy tags.

>Etsy Tags Generator
Etsy Tags Generator can help you find relevant, low competition Etsy tags/keywords to improve your listings. (This feature is under development, so stay tuned!)

💡Need to Know:
Both new and existing sellers may be stuck optimizing their Etsy Shops. EtsyHunt is a all-in-one Etsy seller tool, allowing you to make informed decision. Please check in https://etsyhunt.com.

The term 'Etsy' is a trademark of Etsy,Inc. This application uses the Etsy API but is not endorsed or certified by Etsy                    

Informações Básicas da Extensão

Nome Etsy™ Tags Tool for EtsyHunt Etsy™ Tags Tool for EtsyHunt
ID gklpapkocdbjkkhnjbfoggglolmjcpfn
URL Oficial https://chromewebstore.google.com/detail/etsy-tags-tool-for-etsyhu/gklpapkocdbjkkhnjbfoggglolmjcpfn
Descrição Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.
Tamanho do Arquivo 896 KB
Contagem de Instalações 31,839
Versão Atual 1.3.4
Última Atualização 2023-12-26
Data de Publicação 2022-04-14
Classificação 4.13/5 Total de 15 Avaliações
Desenvolvedor https://etsyhunt.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://etsyhunt.com
URL da Página de Política de Privacidade https://etsyhunt.com/etsy-extension-privacy
Idiomas Suportados en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.4",
    "name": "Etsy\u2122 Tags Tool for EtsyHunt",
    "description": "Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.",
    "homepage_url": "https:\/\/etsyhunt.com\/",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.etsyhunt.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/c\/*",
                "*:\/\/*.etsy.com\/featured\/*",
                "*:\/\/*.etsy.com\/listing\/*\/*",
                "*:\/\/*.etsy.com\/shop\/*",
                "*:\/\/*.etsy.com\/search?*",
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icons\/*"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}