FantasyGuru ESPN Connector
Import your ESPN Leagues to FantasyGuru
ما هو FantasyGuru ESPN Connector؟
FantasyGuru ESPN Connector هو إضافة Chrome تم تطويرها بواسطة https://fantasyguru.com، والميزة الرئيسية لها هي "Import your ESPN Leagues to FantasyGuru".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FantasyGuru ESPN Connector
قم بتنزيل ملفات الامتداد FantasyGuru ESPN Connector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://support.fantasyguru.com/hc/en-us |
عنوان صفحة سياسة الخصوصية | 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" ] } |