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 |
官方網址 | 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" ] } ] } |