RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

¿Qué es RotoCurve History Tracker?

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

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RotoCurve History Tracker

Descarga archivos de extensión RotoCurve History 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 RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
URL Oficial https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Descripción Auto downloads Fanduel & DraftKings history to your RotoCurve account
Tamaño del Archivo 419 KB
Cantidad de Instalaciones 37
Versión Actual 1.1.0
Última Actualización 2018-06-08
Fecha de Publicación 2018-06-08
Desarrollador RotoCurve
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.rotocurve.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RotoCurve History Tracker",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Auto downloads Fanduel & DraftKings history to your RotoCurve account",
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "RotoCurve History Tracker"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "options_page": "ui\/Settings.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}