Etsy Tagsy

Etsy Tagsy

Wat is Etsy Tagsy?

Etsy Tagsy is een Chrome-extensie ontwikkeld door https://kilagoz.com, en de belangrijkste functie is "Etsy Tagsy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Etsy Tagsy

Download Etsy Tagsy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Etsy Tagsy Etsy Tagsy
ID dekcegghindpapcggnmfmgnbgbdcgphj
Officiële URL https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj
Beschrijving Etsy Tagsy
Bestandsgrootte 9.22 KB
Aantal Installaties 317
Huidige Versie 1.0.0
Laatst Bijgewerkt 2024-01-27
Publicatiedatum 2024-01-27
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://kilagoz.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}