Etsy Keyword Tool
Rank better on Etsy with good keyword research!
Etsy Keyword Tool란 무엇입니까?
Etsy Keyword Tool은(는) MXNPro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rank better on Etsy with good keyword research!"입니다.
확장 프로그램 스크린샷
Etsy Keyword Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find great keywords for your Etsy shop with the Etsy Keyword Tool. Boost your shop's visibility and attract more potential customers by optimizing your product listings with relevant keywords. Our user-friendly tool streamlines the process of keyword research, making it quick and effortless. Simply enter a keyword in the Etsy search bar, and our tool generates a comprehensive list of keywords that can improve your shop's search ranking. Save time and effort with our intuitive interface, designed to make keyword research accessible to all Etsy shop owners.
확장 프로그램 기본 정보
이름 | Etsy Keyword Tool |
ID | glcdfinieepgagdmopjeieialemgcpkm |
공식 URL | https://chromewebstore.google.com/detail/etsy-keyword-tool/glcdfinieepgagdmopjeieialemgcpkm |
설명 | Rank better on Etsy with good keyword research! |
파일 크기 | 43.35 KB |
설치 횟수 | 58 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-07-11 |
출시 날짜 | 2023-05-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | MXNPro |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://mxnpro.ovh/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "Etsy Keyword Tool", "version": "1.0.1", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "public\/icons\/icon-16.png", "48": "public\/icons\/icon-48.png", "96": "public\/icons\/icon-96.png", "128": "public\/icons\/icon-128.png" }, "content_security_policy": { "extensions_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "downloads" ], "host_permissions": [], "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "http:\/\/dev-extension\/*", "https:\/\/www.etsy.com\/*" ], "js": [ "front-vendors.js", "contentApp.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/public\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |