FantasyGuru ESPN Connector
Import your ESPN Leagues to FantasyGuru
FantasyGuru ESPN Connector là gì?
FantasyGuru ESPN Connector là một tiện ích mở rộng Chrome được phát triển bởi https://fantasyguru.com, và tính năng chính của nó là "Import your ESPN Leagues to FantasyGuru".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FantasyGuru ESPN Connector
Tải xuống các tệp mở rộng FantasyGuru ESPN Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FantasyGuru ESPN Connector |
ID | keckkajhmnildpdamoepjjnkbgkcfhpl |
URL Chính Thức | https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl |
Mô tả | Import your ESPN Leagues to FantasyGuru |
Kích Thước Tệp | 551 KB |
Số Lần Cài Đặt | 2,609 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-08-27 |
Ngày Phát Hành | 2020-08-08 |
Nhà Phát Triển | https://fantasyguru.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fantasyguru.com |
URL Trang Trợ Giúp | https://support.fantasyguru.com/hc/en-us |
URL Trang Chính Sách Bảo Mật | https://www.fantasyguru.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |