FantasyGuru ESPN Connector
Import your ESPN Leagues to FantasyGuru
Cos'è FantasyGuru ESPN Connector?
FantasyGuru ESPN Connector è un'estensione di Chrome sviluppata da https://fantasyguru.com, e la sua funzione principale è "Import your ESPN Leagues to FantasyGuru".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FantasyGuru ESPN Connector
Scarica i file di estensione FantasyGuru ESPN Connector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | FantasyGuru ESPN Connector |
ID | keckkajhmnildpdamoepjjnkbgkcfhpl |
URL Ufficiale | https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl |
Descrizione | Import your ESPN Leagues to FantasyGuru |
Dimensione del File | 551 KB |
Conteggio Installazioni | 2,609 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-08-27 |
Data di Pubblicazione | 2020-08-08 |
Sviluppatore | https://fantasyguru.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://fantasyguru.com |
URL della Pagina di Aiuto | https://support.fantasyguru.com/hc/en-us |
URL della Pagina della Politica sulla Privacy | https://www.fantasyguru.com/privacy-policy |
Lingue Supportate | 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" ] } |