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 |
官方網址 | 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" ] } |