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) là gì?

AmzRun Keyword Rank Checker (Amazon) là một tiện ích mở rộng Chrome được phát triển bởi nesatılır.com, và tính năng chính của nó là "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AmzRun Keyword Rank Checker (Amazon)

Tải xuống các tệp mở rộng AmzRun Keyword Rank Checker (Amazon) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AmzRun Keyword Rank Checker (Amazon) AmzRun Keyword Rank Checker (Amazon)
ID ohkkpdodpaopjnbnkjhkbjijgimgpclk
URL Chính Thức https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk
Mô tả AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.
Kích Thước Tệp 459 KB
Số Lần Cài Đặt 5,383
Phiên Bản Hiện Tại 11
Cập Nhật Lần Cuối 2021-07-01
Ngày Phát Hành 2020-06-02
Đánh Giá 4.79/5 Tổng số 85 Đánh Giá
Nhà Phát Triển nesatılır.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.amzcozumleri.com
URL Trang Chính Sách Bảo Mật https://nesatilir.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}