myDLF-ESPN Connect
Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
¿Qué es myDLF-ESPN Connect?
myDLF-ESPN Connect es una extensión de Chrome desarrollada por https://dynastyleaguefootball.com, y su función principal es "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión myDLF-ESPN Connect
Descarga archivos de extensión myDLF-ESPN Connect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | myDLF-ESPN Connect |
ID | mdibmekajhjbcblilgkonfknchibfaig |
URL Oficial | https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig |
Descripción | Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature. |
Tamaño del Archivo | 34.91 KB |
Cantidad de Instalaciones | 334 |
Versión Actual | 1.2 |
Última Actualización | 2022-08-08 |
Fecha de Publicación | 2021-04-27 |
Desarrollador | https://dynastyleaguefootball.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dynastyleaguefootball.com/ |
URL de la Página de Ayuda | https://dynastyleaguefootball.com/contactus/ |
URL de la Página de Política de Privacidad | https://dynastyleaguefootball.com/privacy-policy |
Idiomas Soportados | 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" } } |