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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |