FantasyGuru ESPN Connector
Import your ESPN Leagues to FantasyGuru
Vad är FantasyGuru ESPN Connector?
FantasyGuru ESPN Connector är en Chrome-tillägg utvecklad av https://fantasyguru.com, och dess huvudfunktion är "Import your ESPN Leagues to FantasyGuru".
Tilläggsskärmbilder
Ladda ner FantasyGuru ESPN Connector-förlängningens CRX-fil
Ladda ner FantasyGuru ESPN Connector-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
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!
Grundläggande Information om Tillägg
Namn | FantasyGuru ESPN Connector |
ID | keckkajhmnildpdamoepjjnkbgkcfhpl |
Officiell webbadress | https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl |
Beskrivning | Import your ESPN Leagues to FantasyGuru |
Filstorlek | 551 KB |
Antal Installationer | 2,609 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-08-27 |
Publiceringsdatum | 2020-08-08 |
Utvecklare | https://fantasyguru.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fantasyguru.com |
Hjälpsida URL | https://support.fantasyguru.com/hc/en-us |
URL till Sekretesspolicy Sidan | https://www.fantasyguru.com/privacy-policy |
Stödda Språk | 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" ] } |