myDLF-ESPN Connect

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

Hvad er myDLF-ESPN Connect?

myDLF-ESPN Connect er en Chrome-udvidelse udviklet af https://dynastyleaguefootball.com, og dens hovedfunktion er "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.".

Udvidelsesskærmbilleder

screenshot

Download myDLF-ESPN Connect-udvidelses-CRX-fil

Download myDLF-ESPN Connect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn myDLF-ESPN Connect myDLF-ESPN Connect
ID mdibmekajhjbcblilgkonfknchibfaig
Officiel URL https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig
Beskrivelse Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
Filstørrelse 34.91 KB
Antal Installationer 334
Nuværende Version 1.2
Senest Opdateret 2022-08-08
Udgivelsesdato 2021-04-27
Udvikler https://dynastyleaguefootball.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dynastyleaguefootball.com/
Hjælpeside-URL https://dynastyleaguefootball.com/contactus/
URL til Fortrolighedspolitik Side https://dynastyleaguefootball.com/privacy-policy
Understøttede Sprog 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"
    }
}