RotoCurve History Tracker

Auto downloads Fanduel & DraftKings history to your RotoCurve account

O que é RotoCurve History Tracker?

RotoCurve History Tracker é uma extensão do Chrome desenvolvida por RotoCurve, e sua principal característica é "Auto downloads Fanduel & DraftKings history to your RotoCurve account".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RotoCurve History Tracker

Baixe arquivos de extensão RotoCurve History Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome RotoCurve History Tracker RotoCurve History Tracker
ID helnbjljaopbfdigogafodeajefmclgi
URL Oficial https://chromewebstore.google.com/detail/rotocurve-history-tracker/helnbjljaopbfdigogafodeajefmclgi
Descrição Auto downloads Fanduel & DraftKings history to your RotoCurve account
Tamanho do Arquivo 419 KB
Contagem de Instalações 37
Versão Atual 1.1.0
Última Atualização 2018-06-08
Data de Publicação 2018-06-08
Desenvolvedor RotoCurve
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.rotocurve.com
Idiomas Suportados 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"
    ]
}