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 |
Eメール | [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" ] } ] } |