EtsyHunt - Etsy™ Rank Tool

Product & Shop analysis tools for all Etsy sellers. Make it easy to optimize your Etsy rank.

EtsyHunt - Etsy™ Rank Toolคืออะไร?

EtsyHunt - Etsy™ Rank Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://etsyhunt.com และคุณลักษณะหลักของมันคือ "Product & Shop analysis tools for all Etsy sellers. Make it easy to optimize your Etsy rank."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EtsyHunt - Etsy™ Rank Tool

ดาวน์โหลดไฟล์ส่วนขยาย EtsyHunt - Etsy™ Rank Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As an Etsy Chrome Extension, the EtsyHunt Extension can increase your product research efficiency by at least 200%. 

This Etsy seller helper will simplify the process of judging product values when you are looking for profitable, in-demand product ideas on Etsy.

> On the Etsy search page, at the bottom of all product pictures, you could quickly view the core indicators of the product, such as views, estimated sales, release time.At the same time, by clicking the Batch Analysis button, you can analyze the performance of the product listings in real time, view the average price, average 7-day sales, average reviews and favorites.

> On the item listing page, below the product carousel, you could directly receive all detailed information of the product through a table. As you may know, you have to work hard on your Etsy listing optimization if you want your Etsy rank to stand out among so many others on the platform.

> On the shop page, you could immediately find a embed form which displays the details of the shop.

ATTENTION! EtsyHunt supported product research, keywords research, and shop analysis. All of these can help you rank your products up in Etsy search results.

For more Etsy rank analysis, please check in https://etsyhunt.com

The term 'Etsy' is a trademark of Etsy,Inc. This application uses the Etsy API but is not endorsed or certified by Etsy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EtsyHunt - Etsy™ Rank Tool EtsyHunt - Etsy™ Rank Tool
ID pmpgnefoilpinnblccjddomajohmbpko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etsyhunt-etsy-rank-tool/pmpgnefoilpinnblccjddomajohmbpko
คำอธิบาย Product & Shop analysis tools for all Etsy sellers. Make it easy to optimize your Etsy rank.
ขนาดไฟล์ 4.12 MB
จำนวนการติดตั้ง 70,228
เวอร์ชันปัจจุบัน 1.8.8
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2021-10-11
คะแนน 4.34/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา https://etsyhunt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://etsyhunt.com
URL หน้านโยบายความเป็นส่วนตัว https://etsyhunt.com/etsy-extension-privacy
ภาษาที่รองรับ en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.8.8",
    "name": "EtsyHunt - Etsy\u2122 Rank Tool",
    "homepage_url": "https:\/\/etsyhunt.com\/",
    "description": "Product & Shop analysis tools for all Etsy sellers. Make it easy to optimize your Etsy rank.",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.etsyhunt.com\/*"
    ],
    "icons": {
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/main.css",
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/c\/*",
                "*:\/\/*.etsy.com\/featured\/*",
                "*:\/\/*.etsy.com\/listing\/*\/*",
                "*:\/\/*.etsy.com\/shop\/*",
                "*:\/\/*.etsy.com\/search?*",
                "*:\/\/*.etsy.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ]
        }
    ]
}