ESale - Etsy™ SEO tool for seller

An Etsy SEO tool helps you boost shop sales through Listing optimization.

ESale - Etsy™ SEO tool for sellerคืออะไร?

ESale - Etsy™ SEO tool for seller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://esale.io และคุณลักษณะหลักของมันคือ "An Etsy SEO tool helps you boost shop sales through Listing optimization."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESale - Etsy™ SEO tool for seller

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

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

                        Esale Plugin can assist you in analyzing the traffic performance of your Etsy shop products, optimizing listings and keywords to increase product exposure, and ultimately enhancing your shop's revenue. It supports viewing data metrics for tags, including competitiveness, monthly sales, conversion rates, and more. 😊

Keyword Analysis Features:
● Perform keyword searches on the homepage to display official Etsy-suggested keyword performance data. Show metrics such as views, sales, reviews, competitiveness, and more for selected keywords. Clicking "More" allows you to access detailed keyword analysis. 📈
● Conduct keyword searches on the Etsy homepage and click the right-floating button to reveal a bottom popup feature page. This page allows you to explore associated keywords, along with their performance data such as views, sales, favorites, reviews, competitiveness, Google Trends, and more. 🚀
● Analyze the keywords used by your products and shop, uncover competitive keywords, and optimize product tags. 🧐
● Support batch export of keyword data and CSV download. 📊

Listing Analysis Features:
● Analyze your listing titles, descriptions, and tags to ensure they comply with official recommendations and provide optimization suggestions. ✨
● AI-generated titles and descriptions with a single click, eliminating the need for complex options. Click the button to generate and sync them directly to Etsy. 🤖
● Automatically identify tags used in your listings and display tag data, including competitiveness, monthly sales, conversion rates. Utilize this data to select more suitable tags, improving exposure and traffic. 🏷️
● Provide a quick entry to view individual listing data statistics, eliminating the need to switch pages repeatedly and enhancing your operational efficiency. 🚀

Attention! Esale offers detailed product conversion analysis services for sellers, providing insights into shop revenue funnel issues. It is an all-in-one optimization service designed to streamline your business operations and boost your earnings! 🌟

For more free Etsy sale enhancement tools, please visit https://esale.io. 🛍️                    

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

ชื่อ ESale - Etsy™ SEO tool for seller ESale - Etsy™ SEO tool for seller
ID ghnjojhkdncaipbfchceeefgkkdpaelk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/esale-etsy-seo-tool-for-s/ghnjojhkdncaipbfchceeefgkkdpaelk
คำอธิบาย An Etsy SEO tool helps you boost shop sales through Listing optimization.
ขนาดไฟล์ 937 KB
จำนวนการติดตั้ง 12,858
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2023-02-14
คะแนน 4.50/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://esale.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://esale.io
URL หน้านโยบายความเป็นส่วนตัว https://esale.io/privacy
ภาษาที่รองรับ en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.1",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.esale.io\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon16.png",
        "128": "icon\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icon\/icon16.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}