Etsy Search Analytics Saver

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

Τι είναι το Etsy Search Analytics Saver;

Το Etsy Search Analytics Saver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://useo.com.ua, και η κύρια λειτουργία του είναι "Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Etsy Search Analytics Saver

Λήψη αρχείων επέκτασης Etsy Search Analytics Saver σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Etsy Search Analytics Saver Etsy Search Analytics Saver
ID amcdlmiidojjcicklmhpgpmbbnngjkki
Επίσημο URL https://chromewebstore.google.com/detail/etsy-search-analytics-sav/amcdlmiidojjcicklmhpgpmbbnngjkki
Περιγραφή Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)
Μέγεθος Αρχείου 23.66 KB
Αριθμός Εγκαταστάσεων 1,309
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2023-10-19
Ημερομηνία Δημοσίευσης 2019-12-17
Αξιολόγηση 3.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://useo.com.ua
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://useo.com.ua/etsy-search-analytics-saver/
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}