Etsy Tagsy

Etsy Tagsy

Qu'est-ce que Etsy Tagsy ?

Etsy Tagsy est une extension Chrome développée par https://kilagoz.com, et sa fonction principale est "Etsy Tagsy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Etsy Tagsy

Téléchargez les fichiers d'extension Etsy Tagsy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Etsy Tagsy Etsy Tagsy
ID dekcegghindpapcggnmfmgnbgbdcgphj
URL Officiel https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj
Description Etsy Tagsy
Taille du Fichier 9.22 KB
Nombre d'Installations 317
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-01-27
Date de Publication 2024-01-27
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://kilagoz.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}