RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

什么是RotoCurve History Tracker?

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

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载RotoCurve History Tracker扩展crx文件

下载RotoCurve History 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                    

扩展基本信息

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