Etsy Tagsy
Etsy Tagsy
What is Etsy Tagsy?
Etsy Tagsy is a Chrome extension developed by https://kilagoz.com, and its main feature is "Etsy Tagsy".
Extension Screenshots
Download Etsy Tagsy Extension CRX File
Download Etsy Tagsy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Etsy Tagsy |
ID | dekcegghindpapcggnmfmgnbgbdcgphj |
Official URL | https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj |
Description | Etsy Tagsy |
File Size | 9.22 KB |
Installation Count | 317 |
Current Version | 1.0.0 |
Last Updated | 2024-01-27 |
Publish Date | 2024-01-27 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://kilagoz.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |