Schedula Calendar

Add matches from Schedula to your online calendar

Schedula Calendar là gì?

Schedula Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://jack-powers.com, và tính năng chính của nó là "Add matches from Schedula to your online calendar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Schedula Calendar

Tải xuống các tệp mở rộng Schedula Calendar 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

                        Add your matches from Schedula to Google Calendar, Outlook Calendar, Office 365 Calendar, Yahoo! Calendar or the calendar application of your choice (through .ics/.iCal file download) all with a single click of a button, populating the competition, time, location, and referee team into your calendar. 

How to use: after the extension is installed, pin it to your toolbar by clicking the puzzle icon in the top corner and clicking the pin button beside the app name. Once the app is pinned, go to a match in Schedula and click the extension button. A drop down will appear allowing you to select the desired calendar application. Click on the appropriate button and the selected calendar application will open in a new tab with all match details populated.

Disclaimer: Please note, no liability or responsibility is taken for non-attendance at appointed matches due to match details (such as date, time, location etc.) not populating correctly in your calendar application. It is your responsibility to ensure that the calendar event matches the Schedula appointment. If a match is updated or cancelled, the extension does not automatically update in your calendar, nor does it update the referee team if there are changes - it is your responsibility to monitor your email for any Schedula notifications and modify or delete the calendar event accordingly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Schedula Calendar Schedula Calendar
ID kgdeoimicejbagodibjcagiibdppbjhb
URL Chính Thức https://chromewebstore.google.com/detail/schedula-calendar/kgdeoimicejbagodibjcagiibdppbjhb
Mô tả Add matches from Schedula to your online calendar
Kích Thước Tệp 58.33 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.1.6.4
Cập Nhật Lần Cuối 2022-02-28
Ngày Phát Hành 2021-09-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jack-powers.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schedula Calendar",
    "description": "Add matches from Schedula to your online calendar",
    "version": "0.1.6.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo_16.png",
            "32": "logo_32.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schedula.sportstg.com\/index.php?action=view_match*",
                "https:\/\/schedula.mygameday.app\/index.php?action=view_match*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}