Fantasy Life App ESPN Connect

Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.

Vad är Fantasy Life App ESPN Connect?

Fantasy Life App ESPN Connect är en Chrome-tillägg utvecklad av Betsperts Media & Technology Group, och dess huvudfunktion är "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.".

Tilläggsskärmbilder

screenshot

Ladda ner Fantasy Life App ESPN Connect-förlängningens CRX-fil

Ladda ner Fantasy Life App ESPN Connect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This Chrome Extension will allow Fantasy Life App users to import their ESPN Fantasy Football League(s) into the FLA LeagueSync feature in order to get custom rankings, projections and more.                    

Grundläggande Information om Tillägg

Namn Fantasy Life App ESPN Connect Fantasy Life App ESPN Connect
ID jbngaielcfiokkmffphnmjbcdnlaobii
Officiell webbadress https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii
Beskrivning Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
Filstorlek 45.72 KB
Antal Installationer 612
Aktuell Version 1.1
Senast Uppdaterad 2022-08-17
Publiceringsdatum 2022-08-11
Utvecklare Betsperts Media & Technology Group
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fantasylifeapp.com
Hjälpsida URL https://www.fantasylifeapp.com/support
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantasy Life App ESPN Connect",
    "description": "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.espn.com\/*",
        "*:\/\/*.fantasylifeapp.com\/*",
        "*:\/\/*.dynastyleaguefootball.com\/*",
        "*:\/\/localhost\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/fla_logo_16.png",
            "32": "\/images\/fla_logo_32.png",
            "48": "\/images\/fla_logo_48.png",
            "128": "\/images\/fla_logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/fla_logo_16.png",
        "32": "\/images\/fla_logo_32.png",
        "48": "\/images\/fla_logo_48.png",
        "128": "\/images\/fla_logo_128.png"
    }
}