DraftManager Tracker

Auto downloads Fanduel & DraftKings history to your DraftManager account

DraftManager Tracker क्या है?

DraftManager Tracker RotoCurve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto downloads Fanduel & DraftKings history to your DraftManager account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DraftManager Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}