DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

Cos'è DraftManager Tracker?

DraftManager Tracker è un'estensione di Chrome sviluppata da RotoCurve, e la sua funzione principale è "Auto downloads Fanduel & DraftKings history to your DraftManager account".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DraftManager Tracker

Scarica i file di estensione DraftManager Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
URL Ufficiale https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Descrizione Auto downloads Fanduel & DraftKings history to your DraftManager account
Dimensione del File 847 KB
Conteggio Installazioni 57
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-06-08
Data di Pubblicazione 2018-06-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore RotoCurve
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rotocurve.com
Lingue Supportate 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"
    ]
}