DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

什么是DraftManager Tracker?

DraftManager Tracker是由RotoCurve开发的Chrome扩展程序,该扩展的主要功能是“Auto downloads Fanduel & DraftKings history to your DraftManager account”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DraftManager Tracker扩展crx文件

下载DraftManager Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
官方URL https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
简介 Auto downloads Fanduel & DraftKings history to your DraftManager account
文件大小 847 KB
安装次数 57
当前版本 1.0.2
更新时间 2018-06-08
上架时间 2018-06-08
评分 4.50/5 共2次评分
开发者 RotoCurve
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.rotocurve.com
支持的语言 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"
    ]
}