DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

Hvad er DraftManager Tracker?

DraftManager Tracker er en Chrome-udvidelse udviklet af RotoCurve, og dens hovedfunktion er "Auto downloads Fanduel & DraftKings history to your DraftManager account".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download DraftManager Tracker-udvidelses-CRX-fil

Download DraftManager Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
Officiel URL https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Beskrivelse Auto downloads Fanduel & DraftKings history to your DraftManager account
Filstørrelse 847 KB
Antal Installationer 57
Nuværende Version 1.0.2
Senest Opdateret 2018-06-08
Udgivelsesdato 2018-06-08
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler RotoCurve
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.rotocurve.com
Understøttede Sprog 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"
    ]
}