Pesto (Pragli) Scheduler for Google Calendar

Schedule Google Calendar events in Pesto rooms with one click.

什麼是Pesto (Pragli) Scheduler for Google Calendar?

Pesto (Pragli) Scheduler for Google Calendar是由https://pesto.app開發的Chrome擴展程式,該擴展的主要功能是“Schedule Google Calendar events in Pesto rooms with one click.”。

擴展截圖

screenshot
screenshot

下載Pesto (Pragli) Scheduler for Google Calendar擴展crx文件

下載Pesto (Pragli) Scheduler for Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pesto (Pragli) Scheduler for Google Calendar Pesto (Pragli) Scheduler for Google Calendar
ID ggglnbijagalkldjkgjnanbjpnkpmphh
官方網址 https://chromewebstore.google.com/detail/pesto-pragli-scheduler-fo/ggglnbijagalkldjkgjnanbjpnkpmphh
簡介 Schedule Google Calendar events in Pesto rooms with one click.
檔案大小 168 KB
安裝次數 91
目前版本 22.1.1
更新時間 2022-01-15
上架時間 2020-07-06
評分 5.00/5 共 1 次評分
開發者 https://pesto.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pesto.app
隱私政策頁面URL https://pesto.app/privacy-tos
支援的語言 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
        }
    ]
}