FantasyGuru ESPN Connector

Import your ESPN Leagues to FantasyGuru

Co je FantasyGuru ESPN Connector?

FantasyGuru ESPN Connector je rozšíření Chrome vyvinuté https://fantasyguru.com, a jeho hlavní funkcí je „Import your ESPN Leagues to FantasyGuru“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FantasyGuru ESPN Connector

Stáhněte si soubory rozšíření FantasyGuru ESPN Connector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Connects your FantasyGuru MyGURU account with your ESPN Private Fantasy Football Leagues. If you have a private ESPN fantasy football league, then this is a must have in order to import your league properly!                    

Základní Informace o Rozšíření

Název FantasyGuru ESPN Connector FantasyGuru ESPN Connector
ID keckkajhmnildpdamoepjjnkbgkcfhpl
Oficiální URL https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl
Popis Import your ESPN Leagues to FantasyGuru
Velikost souboru 551 KB
Počet instalací 2,609
Aktuální Verze 1.1
Poslední Aktualizace 2020-08-27
Datum Vydání 2020-08-08
Vývojář https://fantasyguru.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fantasyguru.com
URL Stránky Nápovědy https://support.fantasyguru.com/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://www.fantasyguru.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FantasyGuru ESPN Connector",
    "short_name": "FantasyGuru",
    "description": "Import your ESPN Leagues to FantasyGuru",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "content\/skin\/FG-48.png",
        "128": "content\/skin\/FG-128.png"
    },
    "permissions": [
        "https:\/\/fantasyguru.pickemfirst.com\/*",
        "https:\/\/www.espn.com\/*"
    ],
    "background": {
        "page": "content\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/fantasyguru.pickemfirst.com\/*",
                "https:\/\/www.espn.com\/fantasy\/football\/"
            ],
            "js": [
                "lib\/jquery.min.js",
                "content\/contentscripts.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.espn.com\/fantasy\/football\/"
            ],
            "js": [
                "content\/import_espn_guru.js"
            ],
            "css": [
                "content\/guru_panel.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/skin\/FG-128.png",
        "content\/skin\/FG-48.png",
        "content\/skin\/close.png",
        "content\/skin\/loading-fp.gif"
    ]
}