DraftManager Tracker
Auto downloads Fanduel & DraftKings history to your DraftManager account
O que é DraftManager Tracker?
DraftManager Tracker é uma extensão do Chrome desenvolvida por RotoCurve, e sua principal característica é "Auto downloads Fanduel & DraftKings history to your DraftManager account".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DraftManager Tracker
Baixe arquivos de extensão DraftManager 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 | DraftManager Tracker |
ID | nfbngmbldffoimhmemhjflcfnoneeobh |
URL Oficial | https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh |
Descrição | Auto downloads Fanduel & DraftKings history to your DraftManager account |
Tamanho do Arquivo | 847 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-06-08 |
Data de Publicação | 2018-06-08 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | RotoCurve |
marketing@rotocurve.com | |
Tipo de Pagamento | free |
Site da Extensão | http://www.rotocurve.com |
Idiomas Suportados | 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" ] } |