MPOS Dashboard

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

MPOS Dashboard là gì?

MPOS Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://www.easymining.eu, và tính năng chính của nó là "A plugin for displaying information from MPOS for your crypto currency mining workers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MPOS Dashboard

Tải xuống các tệp mở rộng MPOS Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MPOS Dashboard MPOS Dashboard
ID gbkkeiehdoobjfcfhfbkdoccobjfllgc
URL Chính Thức https://chromewebstore.google.com/detail/mpos-dashboard/gbkkeiehdoobjfcfhfbkdoccobjfllgc
Mô tả A plugin for displaying information from MPOS for your crypto currency mining workers
Kích Thước Tệp 306 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.easymining.eu
Loại Thanh Toán free
Trang Web Mở Rộng https://www.easymining.eu/dash
URL Trang Trợ Giúp https://www.easymining.eu/dash/doku.php?id=wiki:help
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}