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 |
Eメール | [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" ] } |