FantasyGuru ESPN Connector
Import your ESPN Leagues to FantasyGuru
Wat is FantasyGuru ESPN Connector?
FantasyGuru ESPN Connector is een Chrome-extensie ontwikkeld door https://fantasyguru.com, en de belangrijkste functie is "Import your ESPN Leagues to FantasyGuru".
Extensie Screenshots
Download het CRX-bestand van de extensie FantasyGuru ESPN Connector
Download FantasyGuru ESPN Connector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | keckkajhmnildpdamoepjjnkbgkcfhpl |
| Officiële URL | https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl |
| Beschrijving | Import your ESPN Leagues to FantasyGuru |
| Bestandsgrootte | 551 KB |
| Aantal Installaties | 2,609 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2020-08-27 |
| Publicatiedatum | 2020-08-08 |
| Ontwikkelaar | https://fantasyguru.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://fantasyguru.com |
| Help Pagina-URL | https://support.fantasyguru.com/hc/en-us |
| URL van de Privacybeleid Pagina | https://www.fantasyguru.com/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |