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
官方網址 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"
    ]
}