Poker Now Ledger

Integrates a ledger of the game into the PokerNow Logs

Poker Now Ledger क्या है?

Poker Now Ledger adhyyan1252 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrates a ledger of the game into the PokerNow Logs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poker Now Ledger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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)                    

एक्सटेंशन की मूल जानकारी

नाम Poker Now Ledger Poker Now Ledger
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
}