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