Etsy Statistic

With Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy

Etsy Statisticคืออะไร?

Etsy Statistic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merch Explorer และคุณลักษณะหลักของมันคือ "With Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etsy Statistic

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

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

                        Etsy Statistic is a specialized website designed to enhance your browsing experience on Etsy.com, the popular online marketplace for unique and handmade goods. While Etsy provides a platform for sellers to showcase their products, Etsy Statistic takes it a step further by unveiling additional information from the detail pages that the listing and search pages may not display.

When you visit Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy. Here's what sets Etsy Statistic apart:

Comprehensive Product Descriptions: Etsy Statistic provides in-depth and comprehensive descriptions for each listing, going beyond the limited information found on Etsy's listing or search pages. Dive into the intricate details, dimensions, materials used, and even the story behind the creation of the product.


Customer Reviews and Feedback: Etsy Statistic aggregates and displays comprehensive customer reviews and feedback for each product. Uncover valuable insights from other buyers' experiences, their satisfaction levels, and any concerns or recommendations they might have. This information empowers you to make well-informed decisions before making a purchase.

Related Products and Recommendations: Etsy Statistic takes personalized recommendations to the next level. Explore curated selections of related products that align with your interests and preferences. Discover complementary items, alternative options, or even unique collaborations, Statisticing your shopping possibilities.

Etsy Statistic acts as your trusted companion, unveiling a treasure trove of information that goes beyond the surface. Immerse yourself in comprehensive product descriptions, enhanced visuals, seller insights, customer reviews, related products, and additional resources. Explore Etsy like never before with Etsy Statistic and unveil the hidden gems awaiting you!                    

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

ชื่อ Etsy Statistic Etsy Statistic
ID jbijdpjdaliakcjpidllgcimgpmobcdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etsy-statistic/jbijdpjdaliakcjpidllgcimgpmobcdm
คำอธิบาย With Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy
ขนาดไฟล์ 322 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2023-11-16
วันที่เผยแพร่ 2023-07-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Merch Explorer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://merchexplorer.pro/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Etsy Statistic",
    "version": "0.0.6",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/extension-logo.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "icons": {
        "345": "assets\/extension-logo.png"
    },
    "description": "With Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/category.png",
                "assets\/copy.png",
                "assets\/favorites.png",
                "assets\/sales.png",
                "assets\/tag.png",
                "assets\/views.png",
                "assets\/unsave.png",
                "assets\/trending.png",
                "assets\/shop.png",
                "assets\/logout.png",
                "assets\/logo.png",
                "assets\/GoToShop-icon.png",
                "assets\/trendingSales.png",
                "assets\/dailySales.png",
                "assets\/location-icon.svg",
                "assets\/star-icon.svg",
                "assets\/extension-logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}