Etsy Tagsy

Etsy Tagsy

Co to jest Etsy Tagsy?

Etsy Tagsy to rozszerzenie Chrome opracowane przez https://kilagoz.com, a jego główną funkcją jest „Etsy Tagsy”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Etsy Tagsy

Pobierz pliki rozszerzeń Etsy Tagsy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Etsy Tagsy Etsy Tagsy
ID dekcegghindpapcggnmfmgnbgbdcgphj
Oficjalny URL https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj
Opis Etsy Tagsy
Rozmiar pliku 9.22 KB
Liczba instalacji 317
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2024-01-27
Data Publikacji 2024-01-27
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://kilagoz.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}