MPOS Dashboard

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

MPOS Dashboardคืออะไร?

MPOS Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.easymining.eu และคุณลักษณะหลักของมันคือ "A plugin for displaying information from MPOS for your crypto currency mining workers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MPOS Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
            ]
        }
    ]
}