Etsy Keyword Analytics Pro

The tool for finding and selecting the best keywords to target for your products.

Was ist Etsy Keyword Analytics Pro?

Etsy Keyword Analytics Pro ist eine Chrome-Erweiterung, die von ecomifyhelp entwickelt wurde, und ihr Hauptmerkmal ist "The tool for finding and selecting the best keywords to target for your products.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Etsy Keyword Analytics Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Etsy Keyword Analytics Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension gives users data around keywords and trends for the purpose of listing products on Etsy. Etsy is a website where sellers can create accounts and sell products they create on the Etsy marketplace. This tool helps you find keywords for your products that you intend to sell. Users can input a keyword in the search and find data like google trends, search volume number of competitive stores and much much more! This is a perfect tool for any Etsy seller because it allows users to be more productive find the right keywords and getting more traffic for their listings

USERS WILL BE ABLE TO COPY AND PASTE DATA THEY FIND IN THE TOOL INTO SPREADSHEETS!

OUR ETSY TOOL FUNCTIONS
✔Find Keyword search demand.
✔Google Trend Data 
✔Related Google Trends
✔Related Keywords & Their search volumes 
✔Etsy Trends
✔Etsy Tag Searchers
✔Shops Competing with Your Selected Keywords
✔Average price Per Product
✔Number of competition per keyword
✔Etsy Frequency tag monitor

Etsy keyword research at its finest!                    

Grundlegende Informationen zur Erweiterung

Name Etsy Keyword Analytics Pro Etsy Keyword Analytics Pro
ID ejigphhmaoaindeadcpnfkdlnpilgbkm
Offizielle URL https://chromewebstore.google.com/detail/etsy-keyword-analytics-pr/ejigphhmaoaindeadcpnfkdlnpilgbkm
Beschreibung The tool for finding and selecting the best keywords to target for your products.
Dateigröße 1.7 MB
Installationsanzahl 34
Aktuelle Version 1.1
Letztes Update 2022-10-13
Veröffentlichungsdatum 2022-10-13
Entwickler ecomifyhelp
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://ecomify.info/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Keyword Analytics Pro",
    "description": "The tool for finding and selecting the best keywords to target for your products.",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Ecomify.info",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.topbubbleindex.com\/*",
        "https:\/\/trends.google.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "scripts_for_popup_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/extension_start_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/libraries\/xhr.js",
            "\/libraries\/topbubbleindex_api.js",
            "\/libraries\/clipboard.js",
            "\/libraries\/Csv.js",
            "\/js\/popup_context\/ui\/components.js",
            "\/js\/popup_context\/ui\/update_components.js",
            "\/js\/popup_context\/onchanged_storage.js",
            "\/js\/popup_context\/context_messaging.js",
            "\/js\/popup_context\/gumroad_actions.js",
            "\/js\/popup_context\/topindex_actions.js",
            "\/js\/popup_context\/extpay_actions.js",
            "\/js\/popup_context\/main.js"
        ],
        "scripts_for_options_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/extension_start_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/js\/background_context\/OPTIONS_PAGE\/ui\/components.js",
            "\/js\/background_context\/OPTIONS_PAGE\/ui\/update_components.js",
            "\/js\/background_context\/OPTIONS_PAGE\/onchanged_storage.js",
            "\/js\/background_context\/OPTIONS_PAGE\/main.js"
        ],
        "SW_scripts": [
            "\/js\/GLOBALS.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/delay.js",
            "\/libraries\/xhr.js",
            "\/libraries\/extpay.js",
            "\/js\/background_context\/context_messaging.js",
            "\/js\/background_context\/on_installed.js",
            "\/js\/background_context\/extpay_actions.js",
            "\/js\/background_context\/reload_all_target_tabs.js",
            "\/js\/background_context\/onchanged_storage.js"
        ],
        "service_worker": "\/js\/background_context\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "\/css\/status_header.css",
                "\/css\/animations.css",
                "\/css\/page_context\/page.css"
            ],
            "js": [
                "\/js\/GLOBALS.js",
                "\/libraries\/api_storage.js",
                "\/libraries\/delay.js",
                "\/libraries\/items_modifiers.js",
                "\/js\/page_context\/UI.js",
                "\/js\/page_context\/context_messaging.js",
                "\/js\/page_context\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "\/libraries\/extpay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/fonts\/roboto\/*",
                "\/assets\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "32": "\/assets\/icons\/32.png",
            "128": "\/assets\/icons\/128.png"
        },
        "default_popup": "\/html\/popup_context\/popup.html"
    }
}