MPOS Dashboard

A plugin for displaying information from MPOS for your crypto currency mining workers

MPOS Dashboardとは何ですか?

MPOS Dashboardはhttps://www.easymining.euによって開発されたChromeの拡張機能で、その主な機能は「A plugin for displaying information from MPOS for your crypto currency mining workers」です。

拡張機能のスクリーンショット

screenshot
screenshot

MPOS Dashboard拡張機能のCRXファイルをダウンロード

MPOS Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you a crypto currency miner? Are you using an MPOS based pool? This plugin will help you view all your mining information in one place!

After installing and configuring this plugin, you will get an additional icon which enables you to open a dashboard view of all your mining accounts collected on one tab (provided that those accounts are on an MPOS driven pool). 

The screen will auto-update and show you most of the items the normal MPOS dashboard does. No need to login to your pool account anymore: all your mining information conveniently located on one screen using the same graph elements as MPOS.

Features:

- track multiple accounts on multiple pools
- generic solution for all MPOS pools
- nice bootstrap enabled interface
- easy to use

Do you have an issue? Please leave a message at: [email protected].                    

拡張機能の基本情報

名前 MPOS Dashboard MPOS Dashboard
ID gbkkeiehdoobjfcfhfbkdoccobjfllgc
公式URL https://chromewebstore.google.com/detail/mpos-dashboard/gbkkeiehdoobjfcfhfbkdoccobjfllgc
説明 A plugin for displaying information from MPOS for your crypto currency mining workers
ファイルサイズ 306 KB
インストール数 100
現在のバージョン 1.0.6
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.50/5 合計 4 レビュー
開発者 https://www.easymining.eu
支払い方法 free
拡張機能のウェブサイト https://www.easymining.eu/dash
ヘルプページのURL https://www.easymining.eu/dash/doku.php?id=wiki:help
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MPOS Dashboard",
    "short_name": "mposdash",
    "description": "A plugin for displaying information from MPOS for your crypto currency mining workers",
    "version": "1.0.6",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "author": "C. Polderman",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.0.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}