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은(는) https://useo.com.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyword research tool for Etsy. Loading search queries and word statistics into CSV files (MS Excel, Google Sheets, text editors.)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Etsy Search Analytics Saver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}