RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

Vad är RotoCurve History Tracker?

RotoCurve History Tracker är en Chrome-tillägg utvecklad av RotoCurve, och dess huvudfunktion är "Auto downloads Fanduel & DraftKings history to your RotoCurve account".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner RotoCurve History Tracker-förlängningens CRX-fil

Ladda ner RotoCurve History Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
Officiell webbadress https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Beskrivning Auto downloads Fanduel & DraftKings history to your RotoCurve account
Filstorlek 419 KB
Antal Installationer 37
Aktuell Version 1.1.0
Senast Uppdaterad 2018-06-08
Publiceringsdatum 2018-06-08
Utvecklare RotoCurve
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.rotocurve.com
Stödda Språk 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"
    ]
}