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.

Qu'est-ce que AmzRun Keyword Rank Checker (Amazon) ?

AmzRun Keyword Rank Checker (Amazon) est une extension Chrome développée par nesatılır.com, et sa fonction principale est "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AmzRun Keyword Rank Checker (Amazon)

Téléchargez les fichiers d'extension AmzRun Keyword Rank Checker (Amazon) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AmzRun Keyword Rank Checker (Amazon) AmzRun Keyword Rank Checker (Amazon)
ID ohkkpdodpaopjnbnkjhkbjijgimgpclk
URL Officiel https://chromewebstore.google.com/detail/amzrun-keyword-rank-check/ohkkpdodpaopjnbnkjhkbjijgimgpclk
Description AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.
Taille du Fichier 459 KB
Nombre d'Installations 5,383
Version Actuelle 11
Dernière Mise à Jour 2021-07-01
Date de Publication 2020-06-02
Évaluation 4.79/5 Total 85 Évaluations
Développeur nesatılır.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.amzcozumleri.com
URL de la Page de Politique de Confidentialité https://nesatilir.com/privacy
Langues Prises en Charge 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"
    ]
}