RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

Qu'est-ce que RotoCurve History Tracker ?

RotoCurve History Tracker est une extension Chrome développée par RotoCurve, et sa fonction principale est "Auto downloads Fanduel & DraftKings history to your RotoCurve account".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RotoCurve History Tracker

Téléchargez les fichiers d'extension RotoCurve History Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
URL Officiel https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Description Auto downloads Fanduel & DraftKings history to your RotoCurve account
Taille du Fichier 419 KB
Nombre d'Installations 37
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-06-08
Date de Publication 2018-06-08
Développeur RotoCurve
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.rotocurve.com
Langues Prises en Charge 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"
    ]
}