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”。

擴展截圖

screenshot
screenshot

下載Poker Now Ledger擴展crx文件

下載Poker Now Ledger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Poker Now Ledger Poker Now Ledger
ID ondajjlhahcmbfdmkpcmdmbbjkdimlob
官方網址 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
}