myDLF-ESPN Connect

Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.

ما هو myDLF-ESPN Connect؟

myDLF-ESPN Connect هو إضافة Chrome تم تطويرها بواسطة https://dynastyleaguefootball.com، والميزة الرئيسية لها هي "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.".

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

screenshot

تحميل ملف CRX للإضافة myDLF-ESPN Connect

قم بتنزيل ملفات الامتداد myDLF-ESPN Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The myDLF Connect extension enables Dynasty League Football members to import their ESPN fantasy football league information, and synchronize it with the myDLF enabled services, including Dynasty Rankings, Dynasty ADP and the DLF Trade Analyzer.  

Generate trade scenarios, and view customized advice using your live, synchronized league information.                    

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

الاسم myDLF-ESPN Connect myDLF-ESPN Connect
ID mdibmekajhjbcblilgkonfknchibfaig
عنوان URL الرسمي https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig
الوصف Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
حجم الملف 34.91 KB
عدد التثبيتات 334
النسخة الحالية 1.2
آخر تحديث 2022-08-08
تاريخ النشر 2021-04-27
المطور https://dynastyleaguefootball.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dynastyleaguefootball.com/
عنوان صفحة المساعدة https://dynastyleaguefootball.com/contactus/
عنوان صفحة سياسة الخصوصية https://dynastyleaguefootball.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myDLF-ESPN Connect",
    "description": "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.espn.com\/*",
        "*:\/\/*.dynastyleaguefootball.com\/*",
        "*:\/\/*.local\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/dlf_logo_16.png",
            "32": "\/images\/dlf_logo_32.png",
            "48": "\/images\/dlf_logo_48.png",
            "128": "\/images\/dlf_logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/dlf_logo_16.png",
        "32": "\/images\/dlf_logo_32.png",
        "48": "\/images\/dlf_logo_48.png",
        "128": "\/images\/dlf_logo_128.png"
    }
}