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) 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."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AmzRun Keyword Rank Checker (Amazon) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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) 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"
    ]
}