DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

¿Qué es DraftManager Tracker?

DraftManager Tracker es una extensión de Chrome desarrollada por RotoCurve, y su función principal es "Auto downloads Fanduel & DraftKings history to your DraftManager account".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DraftManager Tracker

Descarga archivos de extensión DraftManager Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
URL Oficial https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Descripción Auto downloads Fanduel & DraftKings history to your DraftManager account
Tamaño del Archivo 847 KB
Cantidad de Instalaciones 57
Versión Actual 1.0.2
Última Actualización 2018-06-08
Fecha de Publicación 2018-06-08
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador RotoCurve
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.rotocurve.com
Idiomas Soportados 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"
    ]
}