Etsy Search Analytics Saver

Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)

O que é Etsy Search Analytics Saver?

Etsy Search Analytics Saver é uma extensão do Chrome desenvolvida por https://useo.com.ua, e sua principal característica é "Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Etsy Search Analytics Saver

Baixe arquivos de extensão Etsy Search Analytics Saver 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

                        Save and research customer search queries and word statistics with this Etsy keyword tool. 
Improve your shop's SEO and marketing strategies, listings tags and titles, etc.

****************************************************************
> Install ESA Saver Chrome extension

Log in to your Etsy shop manager.
Open Etsy Search Analytics page:
Shop Manager -> Marketing -> Search Analytics

**********
START

Click [ESA] button for activation. It's on Chrome toolbar or available through [Extensions] button -> dropdown. 
([Extensions] button - It's the icon that looks like a small puzzle piece next to the profile avatar. The dropdown shows all the extensions installed and enabled in Chrome.)

WARNING! Please follow these steps for a better result before getting started.
1. Set a wide range of dates (one year, etc.).
2. Click Impressions in the table header. The numbers in this column have to be in descending order.

Click [Start] button.

**********
DATA COLLECTION
Use the ESA Saver block with controls at the bottom of the page.
Please, use standard navigation buttons below the table. 
Visit pages one by one. For each page:
1. Wait for loading the table data. This might take a while. ☹️
2. Click [Add] button. The added pages will be marked with color in the list (bellow [Add] button). You can always see already processed pages.

You can do up to 100 pages at a time (in total 2000 search queries!).

**********
DATA EXPORT
Click [Search queries] or [Word statistics] buttons for export collected data to files.
 
Saved CSV files are ready to be used in:
* Google Sheets (through Import)
* Excel 
* Text editors (Notepad, etc.). 

**********
SIMPLE ANALYSIS
Press the [Go] button and try some useful features of the GarnyaKey analysis services right away.

****************************************************************

This is a way to improve SEO for Etsy sellers.
You can use these Etsy Chrome Extension for the following purposes:
• ETSY shop
--- KEYWORD RESEARCH FOR NEW TITLES / TAGS
--- improvement of the performance on your Etsy shop
--- checking the validity of existing tags/keywords
--- supplement texts for your shop with new words
--- Etsy analytics in editable files
--- third-party keyword solutions
--- third-party search analytics solutions
--- third-party data validation services (GarnyaKey etc.)
• Google
--- improvement of SEO for Google search engines, etc.
• Marketing
--- understanding how customers think when looking for information
--- improvement of marketing strategies

ATTENTION!
For the best Etsy keyword research results use USEO and GarnyaKey services. This Etsy keyword tool helps to improve SEO for skilled sellers. 

Regular keyword research is very useful for all sellers on the Internet.

****************************************************************

This Etsy keyword tool is not a service provided by Etsy. 
The term 'Etsy' is a trademark of Etsy, Inc. 
This application is not endorsed or certified by Etsy, Inc.                    

Informações Básicas da Extensão

Nome Etsy Search Analytics Saver Etsy Search Analytics Saver
ID amcdlmiidojjcicklmhpgpmbbnngjkki
URL Oficial https://chromewebstore.google.com/detail/etsy-search-analytics-sav/amcdlmiidojjcicklmhpgpmbbnngjkki
Descrição Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)
Tamanho do Arquivo 23.66 KB
Contagem de Instalações 1,309
Versão Atual 1.8
Última Atualização 2023-10-19
Data de Publicação 2019-12-17
Classificação 3.33/5 Total de 9 Avaliações
Desenvolvedor https://useo.com.ua
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://useo.com.ua/etsy-search-analytics-saver/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "manifest_version": 3,
    "name": "Etsy Search Analytics Saver",
    "short_name": "ESA Saver",
    "version": "1.8",
    "description": "Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "64": "64.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/your\/shops\/me\/*"
            ],
            "js": [
                "injected.js",
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "32.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}