AmzRun Keyword Rank Checker (Amazon)
AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.
AmzRun Keyword Rank Checker (Amazon)とは何ですか?
AmzRun Keyword Rank Checker (Amazon)はnesatılır.comによって開発されたChromeの拡張機能で、その主な機能は「AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.」です。
拡張機能のスクリーンショット
AmzRun Keyword Rank Checker (Amazon)拡張機能のCRXファイルをダウンロード
AmzRun Keyword Rank Checker (Amazon)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1-) Enter the keyword you want to find your ranking in Amazon search bar 2-) Open the extension 3-) Enter your ASIN and click on ‘Get Location’ button The extension will search for your product in the search results and notify you when it is found. If your product is not on the first 7 pages, pick your category before making the search. For more information please refer to the video.
拡張機能の基本情報
名前 | AmzRun Keyword Rank Checker (Amazon) |
ID | ohkkpdodpaopjnbnkjhkbjijgimgpclk |
公式URL | https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk |
説明 | AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing. |
ファイルサイズ | 459 KB |
インストール数 | 5,383 |
現在のバージョン | 11 |
最終更新日 | 2021-07-01 |
公開日 | 2020-06-02 |
評価 | 4.79/5 合計 85 レビュー |
開発者 | nesatılır.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.amzcozumleri.com |
プライバシーポリシーページのURL | https://nesatilir.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AmzRun Keyword Rank Checker (Amazon)", "description": "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.", "version": "11", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.amzrun.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amzcozumleri.com\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/bootstrap.min.js", "js\/datatables.min.js", "js\/content.js", "js\/sweetalert.min.js", "js\/bootbox.min.js" ], "run_at": "document_end" } ], "permissions": [ "notifications" ] } |