FantasyGuru ESPN Connector

Import your ESPN Leagues to FantasyGuru

Was ist FantasyGuru ESPN Connector?

FantasyGuru ESPN Connector ist eine Chrome-Erweiterung, die von https://fantasyguru.com entwickelt wurde, und ihr Hauptmerkmal ist "Import your ESPN Leagues to FantasyGuru".

Erweiterungsscreenshots

screenshot

FantasyGuru ESPN Connector-Erweiterungs-CRX-Datei herunterladen

Laden Sie FantasyGuru ESPN Connector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name FantasyGuru ESPN Connector FantasyGuru ESPN Connector
ID keckkajhmnildpdamoepjjnkbgkcfhpl
Offizielle URL https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl
Beschreibung Import your ESPN Leagues to FantasyGuru
Dateigröße 551 KB
Installationsanzahl 2,609
Aktuelle Version 1.1
Letztes Update 2020-08-27
Veröffentlichungsdatum 2020-08-08
Entwickler https://fantasyguru.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fantasyguru.com
Hilfeseite URL https://support.fantasyguru.com/hc/en-us
URL der Datenschutzrichtlinien-Seite https://www.fantasyguru.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}