Poker Now Ledger
Integrates a ledger of the game into the PokerNow Logs
Poker Now Ledger란 무엇입니까?
Poker Now Ledger은(는) adhyyan1252에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrates a ledger of the game into the PokerNow Logs"입니다.
확장 프로그램 스크린샷
Poker Now Ledger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Displays a summary of all the activity of a PokerNow table. This information includes each user buyins and net score. Use this extension to seamlessly track a game. Works only with PokerNow tables. Allows you to save games locally and get aggregate information about players. Adds a Ledger button the bottom-right corner of the Log page. FEATURES: - Shows each users net score which includes total buy-in, buy-out and current stack - Can generate a list of needed transactions to settle the game scores after it concludes - Can adjust/update user net scores in case of any external transactions. - Ability to take a snapshot of a game's ledger and store it locally to see it later - Displays aggregate information of a player (net profit, total buy in...) - Will identify users who have changed their name but are playing on the same device - Merges records of users if they play from different devices with same name (useful if a player changed devices during games)
확장 프로그램 기본 정보
이름 | |
ID | ondajjlhahcmbfdmkpcmdmbbjkdimlob |
공식 URL | https://chrome.google.com/webstore/detail/poker-now-ledger/ondajjlhahcmbfdmkpcmdmbbjkdimlob |
설명 | Integrates a ledger of the game into the PokerNow Logs |
파일 크기 | 24.45 KB |
설치 횟수 | 285 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2020-08-26 |
출시 날짜 | 2020-06-29 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | adhyyan1252 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Poker Now Ledger", "description": "Integrates a ledger of the game into the PokerNow Logs", "version": "2.0.3", "icons": { "128": "rsz_poker_png76.png" }, "permissions": [ "storage", "http:\/\/*.pokernow.club\/games\/*", "https:\/\/*.pokernow.club\/games\/*" ], "browser_action": [], "content_scripts": [ { "matches": [ "http:\/\/*.pokernow.club\/games\/*", "https:\/\/*.pokernow.club\/games\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |