RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

Apa itu RotoCurve History Tracker?

RotoCurve History Tracker adalah ekstensi Chrome yang dikembangkan oleh RotoCurve, dan fitur utamanya adalah "Auto downloads Fanduel & DraftKings history to your RotoCurve account".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi RotoCurve History Tracker

Unduh file ekstensi RotoCurve History Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
URL Resmi https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Deskripsi Auto downloads Fanduel & DraftKings history to your RotoCurve account
Ukuran File 419 KB
Jumlah Instalasi 37
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2018-06-08
Tanggal Publikasi 2018-06-08
Pengembang RotoCurve
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.rotocurve.com
Bahasa yang Didukung 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"
    ]
}