Pesto (Pragli) Scheduler for Google Calendar

Schedule Google Calendar events in Pesto rooms with one click.

Pesto (Pragli) Scheduler for Google Calendar là gì?

Pesto (Pragli) Scheduler for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://pesto.app, và tính năng chính của nó là "Schedule Google Calendar events in Pesto rooms with one click.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pesto (Pragli) Scheduler for Google Calendar

Tải xuống các tệp mở rộng Pesto (Pragli) Scheduler for Google 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

                        Pesto (formerly Pragli) is the digitally native, authentically human workplace. Pesto teams are organized into rooms. By default, rooms operate like a traditional conference call. Each room can be joined remotely and host audio, video, or screenshare.

Rooms have can also host guests via guest links. Just copy and paste the link to join the room.

This Chrome Extension adds an "Add Pesto" button to Google Calendar. When you either create a new event or edit an existing event in Google Calendar, this button will show up. When you click this button, Pestowill fill in the "where" and "description" fields for the calendar event with a guest link to a Pesto room. This can be a new room, or an existing room - you choose in your Pesto settings.

Note that, in order to use the extension, you must have a Pesto account signed into at least one Pesto team.                    

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

Tên Pesto (Pragli) Scheduler for Google Calendar Pesto (Pragli) Scheduler for Google Calendar
ID ggglnbijagalkldjkgjnanbjpnkpmphh
URL Chính Thức https://chromewebstore.google.com/detail/pesto-pragli-scheduler-fo/ggglnbijagalkldjkgjnanbjpnkpmphh
Mô tả Schedule Google Calendar events in Pesto rooms with one click.
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 22.1.1
Cập Nhật Lần Cuối 2022-01-15
Ngày Phát Hành 2020-07-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://pesto.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pesto.app
URL Trang Chính Sách Bảo Mật https://pesto.app/privacy-tos
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "22.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}