MPOS Dashboard

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

MPOS Dashboard क्या है?

MPOS Dashboard https://www.easymining.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin for displaying information from MPOS for your crypto currency mining workers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MPOS Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}