Amazon Rank Chrome Extension

This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…

什么是Amazon Rank Chrome Extension?

Amazon Rank Chrome Extension是由https://www.fbamaster.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…”。

扩展截图

screenshot

下载Amazon Rank Chrome Extension扩展crx文件

下载Amazon Rank Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.                    

扩展基本信息

名称 Amazon Rank Chrome Extension Amazon Rank Chrome Extension
ID afcbjmdkfcdfbamemeadbpmabohjehcl
官方URL https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl
简介 This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
文件大小 104 KB
安装次数 9,534
当前版本 1.3
更新时间 2016-03-09
上架时间 2016-03-09
评分 4.36/5 共14次评分
开发者 https://www.fbamaster.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Rank Chrome Extension",
    "description": "",
    "version": "1.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "settings.js",
                "jquery-2.2.1.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}