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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}