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
Eメール [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
}