Etsy Tagsy
Etsy Tagsy
Etsy Tagsyとは何ですか?
Etsy Tagsyはhttps://kilagoz.comによって開発されたChromeの拡張機能で、その主な機能は「Etsy Tagsy」です。
拡張機能のスクリーンショット
Etsy Tagsy拡張機能のCRXファイルをダウンロード
Etsy Tagsy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Etsy Tagsy |
ID | dekcegghindpapcggnmfmgnbgbdcgphj |
公式URL | https://chromewebstore.google.com/detail/etsy-tagsy/dekcegghindpapcggnmfmgnbgbdcgphj |
説明 | Etsy Tagsy |
ファイルサイズ | 9.22 KB |
インストール数 | 317 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-01-27 |
公開日 | 2024-01-27 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | https://kilagoz.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |