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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |