Schedula Calendar

Add matches from Schedula to your online calendar

Schedula Calendar란 무엇입니까?

Schedula Calendar은(는) https://jack-powers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add matches from Schedula to your online calendar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Schedula Calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Schedula Calendar Schedula Calendar
ID kgdeoimicejbagodibjcagiibdppbjhb
공식 URL https://chromewebstore.google.com/detail/schedula-calendar/kgdeoimicejbagodibjcagiibdppbjhb
설명 Add matches from Schedula to your online calendar
파일 크기 58.33 KB
설치 횟수 38
현재 버전 0.1.6.4
최근 업데이트 2022-02-28
출시 날짜 2021-09-23
평점 5.00/5 총 2 개의 평점
개발자 https://jack-powers.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}