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.

O que é AmzRun Keyword Rank Checker (Amazon)?

AmzRun Keyword Rank Checker (Amazon) é uma extensão do Chrome desenvolvida por nesatılır.com, e sua principal característica é "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AmzRun Keyword Rank Checker (Amazon)

Baixe arquivos de extensão AmzRun Keyword Rank Checker (Amazon) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AmzRun Keyword Rank Checker (Amazon) AmzRun Keyword Rank Checker (Amazon)
ID ohkkpdodpaopjnbnkjhkbjijgimgpclk
URL Oficial https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk
Descrição AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.
Tamanho do Arquivo 459 KB
Contagem de Instalações 5,383
Versão Atual 11
Última Atualização 2021-07-01
Data de Publicação 2020-06-02
Classificação 4.79/5 Total de 85 Avaliações
Desenvolvedor nesatılır.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.amzcozumleri.com
URL da Página de Política de Privacidade https://nesatilir.com/privacy
Idiomas Suportados 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"
    ]
}