DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

ما هو DraftManager Tracker؟

DraftManager Tracker هو إضافة Chrome تم تطويرها بواسطة RotoCurve، والميزة الرئيسية لها هي "Auto downloads Fanduel & DraftKings history to your DraftManager account".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DraftManager Tracker

قم بتنزيل ملفات الامتداد DraftManager Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم DraftManager Tracker DraftManager Tracker
ID nfbngmbldffoimhmemhjflcfnoneeobh
عنوان URL الرسمي https://chromewebstore.google.com/detail/draftmanager-tracker/nfbngmbldffoimhmemhjflcfnoneeobh
الوصف Auto downloads Fanduel & DraftKings history to your DraftManager account
حجم الملف 847 KB
عدد التثبيتات 57
النسخة الحالية 1.0.2
آخر تحديث 2018-06-08
تاريخ النشر 2018-06-08
تقييم 4.50/5 مجموع تقييمات 2
المطور RotoCurve
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.rotocurve.com
اللغات المدعومة 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"
    ]
}