Etsy Tagsy

Etsy Tagsy

Etsy Tagsyคืออะไร?

Etsy Tagsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kilagoz.com และคุณลักษณะหลักของมันคือ "Etsy Tagsy"

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

screenshot

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

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

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

                        Etsy Tagsy provides advanced search filters to Etsy's search bar and shows the categories and tags of listings on the platform.

Any Etsy listing now displays its tags and categories just beneath the listing title. Use of paid tools or services is not necessary.


Additionally, you may apply sophisticated search parameters in Etsy's search engine, like determining the actual competition for a given term and prioritizing your results based on bestsellers.                    

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

ชื่อ Etsy Tagsy Etsy Tagsy
ID dekcegghindpapcggnmfmgnbgbdcgphj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj
คำอธิบาย Etsy Tagsy
ขนาดไฟล์ 9.22 KB
จำนวนการติดตั้ง 317
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-01-27
วันที่เผยแพร่ 2024-01-27
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://kilagoz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Tagsy",
    "version": "1.0.0",
    "description": "Etsy Tagsy",
    "manifest_version": 3,
    "author": "Etsy Tagsy",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Etsy Tagsy"
    },
    "icons": {
        "16": "etsy.png",
        "48": "etsy.png",
        "128": "etsy.png"
    }
}