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.

Co to jest AmzRun Keyword Rank Checker (Amazon)?

AmzRun Keyword Rank Checker (Amazon) to rozszerzenie Chrome opracowane przez nesatılır.com, a jego główną funkcją jest „AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AmzRun Keyword Rank Checker (Amazon)

Pobierz pliki rozszerzeń AmzRun Keyword Rank Checker (Amazon) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AmzRun Keyword Rank Checker (Amazon) AmzRun Keyword Rank Checker (Amazon)
ID ohkkpdodpaopjnbnkjhkbjijgimgpclk
Oficjalny URL https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk
Opis AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.
Rozmiar pliku 459 KB
Liczba instalacji 5,383
Aktualna Wersja 11
Ostatnia Aktualizacja 2021-07-01
Data Publikacji 2020-06-02
Ocena 4.79/5 Łącznie 85 Oceny
Deweloper nesatılır.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.amzcozumleri.com
Adres URL Strony Polityki Prywatności https://nesatilir.com/privacy
Obsługiwane Języki 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"
    ]
}