RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

Co je RotoCurve History Tracker?

RotoCurve History Tracker je rozšíření Chrome vyvinuté RotoCurve, a jeho hlavní funkcí je „Auto downloads Fanduel & DraftKings history to your RotoCurve account“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RotoCurve History Tracker

Stáhněte si soubory rozšíření RotoCurve History Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
Oficiální URL https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Popis Auto downloads Fanduel & DraftKings history to your RotoCurve account
Velikost souboru 419 KB
Počet instalací 37
Aktuální Verze 1.1.0
Poslední Aktualizace 2018-06-08
Datum Vydání 2018-06-08
Vývojář RotoCurve
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.rotocurve.com
Podporované Jazyky 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"
    ]
}