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”。
擴展截圖
下載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 |
ID | helnbjljaopbfdigogafodeajefmclgi |
官方網址 | 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" ] } |