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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nesatılır.com และคุณลักษณะหลักของมันคือ "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AmzRun Keyword Rank Checker (Amazon)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |