Jitsi Reminders

Setup the meeting calendar using google calendar.

Jitsi Reminders là gì?

Jitsi Reminders là một tiện ích mở rộng Chrome được phát triển bởi Free Useful Apps, và tính năng chính của nó là "Setup the meeting calendar using google calendar.".

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

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

                        Ever worry about forgetting about a conference call? Use this extension and ensure you always get reminders/alerts

whenever you have an upcoming Jitsi conference call. Use this software extension for the following purposes

- CLick to open meeting room for Jitsi

- Setup the meeting calendar using google calendar and have notifications 30 minutes before a conference call is about to take place

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Jitsi Reminders for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

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

Tên Jitsi Reminders Jitsi Reminders
ID fllibjpgdcgnmnfefhgneofipgifnkbd
URL Chính Thức https://chromewebstore.google.com/detail/jitsi-reminders/fllibjpgdcgnmnfefhgneofipgifnkbd
Mô tả Setup the meeting calendar using google calendar.
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-06-29
Ngày Phát Hành 2020-06-28
Nhà Phát Triển Free Useful Apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en_US",
    "version": "1.0.2",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "image\/Icon-16.png",
        "32": "image\/Icon-32.png",
        "48": "image\/Icon-48.png",
        "64": "image\/Icon-64.png",
        "128": "image\/Icon-128.png"
    },
    "permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.jit.si\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "jquery.js",
                "RandomUtil.js",
                "RoomnameGenerator.js",
                "meet-calendar.js"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "web_accessible_resources": [
        "jitsi-logo-48x48.png",
        "jitsi-logo-white-48x48.png",
        "jitsi-logo-blue.svg",
        "jitsi-logo-grey.svg"
    ],
    "browser_action": {
        "default_title": "Create Jitsi Meetings",
        "default_popup": "popup.html"
    }
}