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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |