Etsy™ Tags Tool for EtsyHunt
Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.
Etsy™ Tags Tool for EtsyHunt란 무엇입니까?
Etsy™ Tags Tool for EtsyHunt은(는) https://etsyhunt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy."입니다.
확장 프로그램 스크린샷
Etsy™ Tags Tool for EtsyHunt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Etsy Tags extension is used to check competitors' tags directly from Etsy. You can start it from the home page, a keyword search page, a specific category page, a popular product detail page or an Etsy shop page. Features: >Etsy Tags Analyzer Researching Etsy tags and keywords is the key to get your shop listings seen. With this Etsy plugin, you will get all your competitors' tags in real-time search results in one click. Besides, you will see a clean table show the tags performance: ‒ Tags Frequency ‒ Tags Views, Favorites, Competition, Sales ‒ Google Trends >Etsy Tags Extractor You are able to Bulk copy or export Etsy Tags to csv after exploring popular Etsy tags. >Etsy Tags Generator Etsy Tags Generator can help you find relevant, low competition Etsy tags/keywords to improve your listings. (This feature is under development, so stay tuned!) 💡Need to Know: Both new and existing sellers may be stuck optimizing their Etsy Shops. EtsyHunt is a all-in-one Etsy seller tool, allowing you to make informed decision. Please check in https://etsyhunt.com. The term 'Etsy' is a trademark of Etsy,Inc. This application uses the Etsy API but is not endorsed or certified by Etsy
확장 프로그램 기본 정보
이름 | Etsy™ Tags Tool for EtsyHunt |
ID | gklpapkocdbjkkhnjbfoggglolmjcpfn |
공식 URL | https://chromewebstore.google.com/detail/etsy-tags-tool-for-etsyhu/gklpapkocdbjkkhnjbfoggglolmjcpfn |
설명 | Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy. |
파일 크기 | 896 KB |
설치 횟수 | 31,839 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2022-04-14 |
평점 | 4.13/5 총 15 개의 평점 |
개발자 | https://etsyhunt.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://etsyhunt.com |
개인정보 보호 정책 페이지 URL | https://etsyhunt.com/etsy-extension-privacy |
지원되는 언어 | en,lt,sr,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.3.4", "name": "Etsy\u2122 Tags Tool for EtsyHunt", "description": "Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.", "homepage_url": "https:\/\/etsyhunt.com\/", "default_locale": "en", "permissions": [ "tabs", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.etsyhunt.com\/*" ], "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/c\/*", "*:\/\/*.etsy.com\/featured\/*", "*:\/\/*.etsy.com\/listing\/*\/*", "*:\/\/*.etsy.com\/shop\/*", "*:\/\/*.etsy.com\/search?*", "*:\/\/*.etsy.com\/*" ], "js": [ "js\/chunk-vendors.js", "js\/content.js" ], "css": [ "css\/chunk-vendors.css", "css\/main.css", "css\/content.css" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon.png", "default_title": "popup", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "img\/*", "icons\/*" ], "matches": [ "https:\/\/www.etsy.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" } } |