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開發的Chrome擴展程式,該擴展的主要功能是“AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.”。

擴展截圖

screenshot

下載AmzRun Keyword Rank Checker (Amazon)擴展crx文件

下載AmzRun Keyword Rank Checker (Amazon)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}