DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

What is DraftManager Tracker?

DraftManager Tracker is a Chrome extension developed by RotoCurve, and its main feature is "Auto downloads Fanduel & DraftKings history to your DraftManager account".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download DraftManager Tracker Extension CRX File

Download DraftManager Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
Official URL https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Description Auto downloads Fanduel & DraftKings history to your DraftManager account
File Size 847 KB
Installation Count 57
Current Version 1.0.2
Last Updated 2018-06-08
Publish Date 2018-06-08
Rating 4.50/5 Total 2 Ratings
Developer RotoCurve
Email [email protected]
Payment Type free
Extension Website http://www.rotocurve.com
Supported Languages 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"
    ]
}