RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

Что такое RotoCurve History Tracker?

RotoCurve History Tracker - это расширение Chrome, разработанное RotoCurve, и его основная функция - "Auto downloads Fanduel & DraftKings history to your RotoCurve account".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения RotoCurve History Tracker

Скачайте файлы расширений 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 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"
    ]
}