SFRef Utility
This extension will help you extract matches from Arbiter and pensra.org(Ridgestar). Gameofficials and RefAssist support is in Beta
SFRef Utility là gì?
SFRef Utility là một tiện ích mở rộng Chrome được phát triển bởi SFRef, và tính năng chính của nó là "This extension will help you extract matches from Arbiter and pensra.org(Ridgestar). Gameofficials and RefAssist support is in Beta".
Ả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 SFRef Utility
Tải xuống các tệp mở rộng SFRef Utility 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
This utility is for users of the SFRef Soccer Referee Watch. It will help you download matches sent to you by your assignor to your watch so that you don't have to set it up manually. If you are getting matches on Arbiter, pensra or Gameofficials(Beta), RefAssist(Beta) this utility is for you! If you use a site powered by ridgestar, this utility will probably work but we will have to enable the site for you. Talk to us. If you use another website to get your matches, please talk to us about getting this utility for your site. We will need an account and few test games. Procedure: Go to your schedule page on Arbitersports.com or pensra.org. Hit the SFRef icon and it will download all visible matches as file. Send the file to your iPhone by airdrop/email or any other means and click on it to open in your app.Please use the site's filter to select the games that you want to download. **Gameofficials users** We are currently in Beta - Go to "My Games" and then hit the sfref ICON. The matches should download. If you have any issues, please contact us. Privacy Policy: This extension looks at your active webpage. If it is one of the supported referee scheduling websites that it understands (currently only schedules from arbitersports.com/pensra.org/refassist.com/gameofficials.net), it makes itself available. If the user clicks the icon, the script goes ahead and reads all the match information and downloads it to your computer. No data is sent to any other person/3rd parties. No other information of any kind is collected or saved
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cblfhejlfkagdpnajekonmpkdjjaakca |
URL Chính Thức | https://chromewebstore.google.com/detail/sfref-utility/cblfhejlfkagdpnajekonmpkdjjaakca |
Mô tả | This extension will help you extract matches from Arbiter and pensra.org(Ridgestar). Gameofficials and RefAssist support is in Beta |
Kích Thước Tệp | 42.17 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2021-11-06 |
Ngày Phát Hành | 2019-09-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | SFRef |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://socrefwatch.wordpress.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFRef Utility", "description": "This extension will help you extract matches from Arbiter and pensra.org(Ridgestar). Gameofficials and RefAssist support is in Beta", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon19.png", "default_title": "SFRef Extract Matches" }, "permissions": [ "declarativeContent", "activeTab", "tabs" ] } |