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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |