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”。
扩展截图
下载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 |
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:\/\/*\/*" ] } ] } |