DraftManager Tracker
Auto downloads Fanduel & DraftKings history to your DraftManager account
Was ist DraftManager Tracker?
DraftManager Tracker ist eine Chrome-Erweiterung, die von RotoCurve entwickelt wurde, und ihr Hauptmerkmal ist "Auto downloads Fanduel & DraftKings history to your DraftManager account".
Erweiterungsscreenshots
DraftManager Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie DraftManager Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | DraftManager Tracker |
ID | nfbngmbldffoimhmemhjflcfnoneeobh |
Offizielle URL | https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh |
Beschreibung | Auto downloads Fanduel & DraftKings history to your DraftManager account |
Dateigröße | 847 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-06-08 |
Veröffentlichungsdatum | 2018-06-08 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | RotoCurve |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.rotocurve.com |
Unterstützte Sprachen | 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" ] } |