DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

Wat is DraftManager Tracker?

DraftManager Tracker is een Chrome-extensie ontwikkeld door RotoCurve, en de belangrijkste functie is "Auto downloads Fanduel & DraftKings history to your DraftManager account".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DraftManager Tracker

Download DraftManager Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
Officiële URL https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Beschrijving Auto downloads Fanduel & DraftKings history to your DraftManager account
Bestandsgrootte 847 KB
Aantal Installaties 57
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-06-08
Publicatiedatum 2018-06-08
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar RotoCurve
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.rotocurve.com
Ondersteunde Talen 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"
    ]
}