DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

Τι είναι το DraftManager Tracker;

Το DraftManager Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RotoCurve, και η κύρια λειτουργία του είναι "Auto downloads Fanduel & DraftKings history to your DraftManager account".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DraftManager Tracker

Λήψη αρχείων επέκτασης DraftManager Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Sync all your Fanduel and draftking results to RotoCurve.com’s tracking software.  With a few simple clicks using this plugin you’ll be able to sort through all your contests and can sort them in any way you want.  You can see which games have been the most profitable and which opponents have taken the most money from you.

New in version 1.0.2 it will auto retry if fanduel times out                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
Επίσημο URL https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Περιγραφή Auto downloads Fanduel & DraftKings history to your DraftManager account
Μέγεθος Αρχείου 847 KB
Αριθμός Εγκαταστάσεων 57
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2018-06-08
Ημερομηνία Δημοσίευσης 2018-06-08
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής RotoCurve
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.rotocurve.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DraftManager Tracker",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto downloads Fanduel & DraftKings history to your DraftManager account",
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "DraftManager Tracker"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "options_page": "ui\/Settings.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}