AZ 90 Day

Display any Amazon product's average 90 selling price and sales rank.

什么是AZ 90 Day?

AZ 90 Day是由Green Lava开发的Chrome扩展程序,该扩展的主要功能是“Display any Amazon product's average 90 selling price and sales rank.”。

扩展截图

screenshot

下载AZ 90 Day扩展crx文件

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

扩展使用说明

                        Get 90 Day Price and Rank Averages on the Amazon Page with the AZ 90 Day Chrome Extension for Amazon.                    

扩展基本信息

名称 AZ 90 Day AZ 90 Day
ID nnlkfkelmipfdpgjiopncibpcghjkbjl
官方URL https://chromewebstore.google.com/detail/az-90-day/nnlkfkelmipfdpgjiopncibpcghjkbjl
简介 Display any Amazon product's average 90 selling price and sales rank.
文件大小 375 KB
安装次数 327
当前版本 1.3
更新时间 2016-08-14
上架时间 2016-08-14
评分 5.00/5 共2次评分
开发者 Green Lava
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://www.az90day.com/
帮助页面URL http://www.az90day.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AZ 90 Day",
    "version": "1.3",
    "description": "Display any Amazon product's average 90 selling price and sales rank.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "https:\/\/keepa.com\/*",
                "http:\/\/keepa.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/diamond.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "manifest_version": 2
}