DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

Qu'est-ce que DraftManager Tracker ?

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

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DraftManager Tracker

Téléchargez les fichiers d'extension DraftManager 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 DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
URL Officiel https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
Description Auto downloads Fanduel & DraftKings history to your DraftManager account
Taille du Fichier 847 KB
Nombre d'Installations 57
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-06-08
Date de Publication 2018-06-08
Évaluation 4.50/5 Total 2 Évaluations
Développeur RotoCurve
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.rotocurve.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DraftManager Tracker",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto downloads Fanduel & DraftKings history to your DraftManager account",
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "DraftManager Tracker"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "options_page": "ui\/Settings.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}