Etsy Tagsy

Etsy Tagsy

什麼是Etsy Tagsy?

Etsy Tagsy是由https://kilagoz.com開發的Chrome擴展程式,該擴展的主要功能是“Etsy Tagsy”。

擴展截圖

screenshot

下載Etsy Tagsy擴展crx文件

下載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
官方網址 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"
    }
}