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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } ] } |