Etsy Search Analytics Saver

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

Apa itu Etsy Search Analytics Saver?

Etsy Search Analytics Saver adalah ekstensi Chrome yang dikembangkan oleh https://useo.com.ua, dan fitur utamanya adalah "Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Etsy Search Analytics Saver

Unduh file ekstensi Etsy Search Analytics Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Etsy Search Analytics Saver Etsy Search Analytics Saver
ID amcdlmiidojjcicklmhpgpmbbnngjkki
URL Resmi https://chromewebstore.google.com/detail/etsy-search-analytics-sav/amcdlmiidojjcicklmhpgpmbbnngjkki
Deskripsi Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)
Ukuran File 23.66 KB
Jumlah Instalasi 1,309
Versi Saat Ini 1.8
Terakhir Diperbarui 2023-10-19
Tanggal Publikasi 2019-12-17
Penilaian 3.33/5 Total 9 Penilaian
Pengembang https://useo.com.ua
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://useo.com.ua/etsy-search-analytics-saver/
Bahasa yang Didukung 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
        }
    ]
}