RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

Cos'è RotoCurve History Tracker?

RotoCurve History Tracker è un'estensione di Chrome sviluppata da RotoCurve, e la sua funzione principale è "Auto downloads Fanduel & DraftKings history to your RotoCurve account".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione RotoCurve History Tracker

Scarica i file di estensione RotoCurve History Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
URL Ufficiale https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Descrizione Auto downloads Fanduel & DraftKings history to your RotoCurve account
Dimensione del File 419 KB
Conteggio Installazioni 37
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-06-08
Data di Pubblicazione 2018-06-08
Sviluppatore RotoCurve
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rotocurve.com
Lingue Supportate 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"
    ]
}