FantasyGuru ESPN Connector
Import your ESPN Leagues to FantasyGuru
什么是FantasyGuru ESPN Connector?
FantasyGuru ESPN Connector是由https://fantasyguru.com开发的Chrome扩展程序,该扩展的主要功能是“Import your ESPN Leagues to FantasyGuru”。
扩展截图
下载FantasyGuru ESPN Connector扩展crx文件
下载FantasyGuru ESPN Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | FantasyGuru ESPN Connector |
ID | keckkajhmnildpdamoepjjnkbgkcfhpl |
官方URL | https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl |
简介 | Import your ESPN Leagues to FantasyGuru |
文件大小 | 551 KB |
安装次数 | 2,609 |
当前版本 | 1.1 |
更新时间 | 2020-08-27 |
上架时间 | 2020-08-08 |
开发者 | https://fantasyguru.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fantasyguru.com |
帮助页面URL | https://support.fantasyguru.com/hc/en-us |
隐私政策页面URL | https://www.fantasyguru.com/privacy-policy |
支持的语言 | 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" ] } |