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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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:\/\/*\/*"
            ]
        }
    ]
}