Poker Now Ledger

Integrates a ledger of the game into the PokerNow Logs

Poker Now Ledger là gì?

Poker Now Ledger là một tiện ích mở rộng Chrome được phát triển bởi adhyyan1252, và tính năng chính của nó là "Integrates a ledger of the game into the PokerNow Logs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Poker Now Ledger

Tải xuống các tệp mở rộng Poker Now Ledger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poker Now Ledger Poker Now Ledger
ID ondajjlhahcmbfdmkpcmdmbbjkdimlob
URL Chính Thức https://chrome.google.com/webstore/detail/poker-now-ledger/ondajjlhahcmbfdmkpcmdmbbjkdimlob
Mô tả Integrates a ledger of the game into the PokerNow Logs
Kích Thước Tệp 24.45 KB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-06-29
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển adhyyan1252
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}