KW Index Checker and Amazon Rank Tracker
Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
什么是KW Index Checker and Amazon Rank Tracker?
KW Index Checker and Amazon Rank Tracker是由https://wordtree.io开发的Chrome扩展程序,该扩展的主要功能是“Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.”。
扩展截图
下载KW Index Checker and Amazon Rank Tracker扩展crx文件
下载KW Index Checker and Amazon Rank Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One click of a button and WordTree's KW Index Checker discovers which keywords are not considered relevant by Amazon.
扩展基本信息
名称 | KW Index Checker and Amazon Rank Tracker |
ID | kkbmjnapmenjmfdndhbpjmiebcodedkh |
官方URL | https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh |
简介 | Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free. |
文件大小 | 1.12 MB |
安装次数 | 7,000 |
当前版本 | 0.0.4.1 |
更新时间 | 2022-07-23 |
上架时间 | 2019-09-12 |
评分 | 3.82/5 共84次评分 |
开发者 | https://wordtree.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker |
帮助页面URL | https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker |
隐私政策页面URL | https://www.wordtree.io/user/terms |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KW Index Checker and Amazon Rank Tracker", "version": "0.0.4.1", "description": "Check the indexing and ranks of all your Amazon \"Phrase\" and \"Back End\" keywords (Search Terms) in minutes, all for free.", "icons": { "128": "icon-128x128.png", "512": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.wordtree.io\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.it\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.wordtree.io\/*" ], "js": [ "jquery.min.js", "inject.js" ] } ] } |