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文件
下载Etsy Keyword Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ "*:\/\/*\/*" ] } ] } |