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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}