Etsy Tagsy

Etsy Tagsy

Was ist Etsy Tagsy?

Etsy Tagsy ist eine Chrome-Erweiterung, die von https://kilagoz.com entwickelt wurde, und ihr Hauptmerkmal ist "Etsy Tagsy".

Erweiterungsscreenshots

screenshot

Etsy Tagsy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Etsy Tagsy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Etsy Tagsy Etsy Tagsy
ID dekcegghindpapcggnmfmgnbgbdcgphj
Offizielle URL https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj
Beschreibung Etsy Tagsy
Dateigröße 9.22 KB
Installationsanzahl 317
Aktuelle Version 1.0.0
Letztes Update 2024-01-27
Veröffentlichungsdatum 2024-01-27
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://kilagoz.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}