myDLF-ESPN Connect
Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
Co to jest myDLF-ESPN Connect?
myDLF-ESPN Connect to rozszerzenie Chrome opracowane przez https://dynastyleaguefootball.com, a jego główną funkcją jest „Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia myDLF-ESPN Connect
Pobierz pliki rozszerzeń myDLF-ESPN Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | myDLF-ESPN Connect |
ID | mdibmekajhjbcblilgkonfknchibfaig |
Oficjalny URL | https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig |
Opis | Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature. |
Rozmiar pliku | 34.91 KB |
Liczba instalacji | 334 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-08-08 |
Data Publikacji | 2021-04-27 |
Deweloper | https://dynastyleaguefootball.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dynastyleaguefootball.com/ |
Adres URL Strony Pomocy | https://dynastyleaguefootball.com/contactus/ |
Adres URL Strony Polityki Prywatności | https://dynastyleaguefootball.com/privacy-policy |
Obsługiwane Języki | 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" } } |