Keyword Helper For Etsy

Tool for Etsy keywords

Keyword Helper For Etsy là gì?

Keyword Helper For Etsy là một tiện ích mở rộng Chrome được phát triển bởi Visumex, và tính năng chính của nó là "Tool for Etsy keywords".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keyword Helper For Etsy

Tải xuống các tệp mở rộng Keyword Helper For Etsy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Keyword Helper For Etsy browser extension is a tool to improve your Etsy SEO.  It helps you to easily gather the keywords used in search queries from the search analytics page. These are search queries on the Etsy website that resulted in impressions for your listings. Once you’ve saved enough queries, you can use the extension to compare them to the titles and descriptions of any of your listings. The extension will show you the best matching query keywords, for the title or description of your listing. After that you can select copy and use the keywords of your choice in your listing title or tags.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keyword Helper For Etsy Keyword Helper For Etsy
ID kcmphcddcbeeldhlifhndohiidbfkedb
URL Chính Thức https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb
Mô tả Tool for Etsy keywords
Kích Thước Tệp 96.01 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-01-18
Ngày Phát Hành 2021-05-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Visumex
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.visumex.com/
URL Trang Chính Sách Bảo Mật https://www.visumex.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Helper For Etsy",
    "version": "1.0.2",
    "description": "Tool for Etsy keywords",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "khfe_icon96.png"
    },
    "browser_action": {
        "default_title": "Keyword Helper For Etsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.visumex.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}