StableRank Premium

See how well your product will sell on Amazon.

什麼是StableRank Premium?

StableRank Premium是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“See how well your product will sell on Amazon.”。

下載StableRank Premium擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 StableRank Premium StableRank Premium
ID gmjgekjbnhflnbjohbdkljhgechlpdlm
官方網址 https://chromewebstore.google.com/detail/stablerank-premium/gmjgekjbnhflnbjohbdkljhgechlpdlm
簡介 See how well your product will sell on Amazon.
檔案大小 21.9 KB
安裝次數 29
目前版本 1.0
更新時間 2017-02-24
上架時間 2017-02-23
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "src\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/inject\/inject.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amzn.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "See how well your product will sell on Amazon.",
    "manifest_version": 2,
    "name": "StableRank Premium",
    "permissions": [
        "gcm",
        "notifications",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amzn.com\/*",
        "webRequestBlocking",
        "storage",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "img\/*.png",
        "file\/*.txt"
    ]
}