myDLF-ESPN Connect
Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
Cos'è myDLF-ESPN Connect?
myDLF-ESPN Connect è un'estensione di Chrome sviluppata da https://dynastyleaguefootball.com, e la sua funzione principale è "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione myDLF-ESPN Connect
Scarica i file di estensione myDLF-ESPN Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | myDLF-ESPN Connect |
ID | mdibmekajhjbcblilgkonfknchibfaig |
URL Ufficiale | https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig |
Descrizione | Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature. |
Dimensione del File | 34.91 KB |
Conteggio Installazioni | 334 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-08-08 |
Data di Pubblicazione | 2021-04-27 |
Sviluppatore | https://dynastyleaguefootball.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dynastyleaguefootball.com/ |
URL della Pagina di Aiuto | https://dynastyleaguefootball.com/contactus/ |
URL della Pagina della Politica sulla Privacy | https://dynastyleaguefootball.com/privacy-policy |
Lingue Supportate | 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" } } |