Poker Now Ledger

Integrates a ledger of the game into the PokerNow Logs

Τι είναι το Poker Now Ledger;

Το Poker Now Ledger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adhyyan1252, και η κύρια λειτουργία του είναι "Integrates a ledger of the game into the PokerNow Logs".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Poker Now Ledger

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}