Etsy Search Analytics Saver

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

Cos'è Etsy Search Analytics Saver?

Etsy Search Analytics Saver è un'estensione di Chrome sviluppata da https://useo.com.ua, e la sua funzione principale è "Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Etsy Search Analytics Saver

Scarica i file di estensione Etsy Search Analytics Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Etsy Search Analytics Saver Etsy Search Analytics Saver
ID amcdlmiidojjcicklmhpgpmbbnngjkki
URL Ufficiale https://chromewebstore.google.com/detail/etsy-search-analytics-sav/amcdlmiidojjcicklmhpgpmbbnngjkki
Descrizione Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)
Dimensione del File 23.66 KB
Conteggio Installazioni 1,309
Versione Corrente 1.8
Ultimo Aggiornamento 2023-10-19
Data di Pubblicazione 2019-12-17
Valutazione 3.33/5 Totale 9 Valutazioni
Sviluppatore https://useo.com.ua
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://useo.com.ua/etsy-search-analytics-saver/
Lingue Supportate 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
        }
    ]
}