Pesto (Pragli) Scheduler for Google Calendar

Schedule Google Calendar events in Pesto rooms with one click.

Qu'est-ce que Pesto (Pragli) Scheduler for Google Calendar ?

Pesto (Pragli) Scheduler for Google Calendar est une extension Chrome développée par https://pesto.app, et sa fonction principale est "Schedule Google Calendar events in Pesto rooms with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pesto (Pragli) Scheduler for Google Calendar

Téléchargez les fichiers d'extension Pesto (Pragli) Scheduler for Google Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pesto (Pragli) Scheduler for Google Calendar Pesto (Pragli) Scheduler for Google Calendar
ID ggglnbijagalkldjkgjnanbjpnkpmphh
URL Officiel https://chromewebstore.google.com/detail/pesto-pragli-scheduler-fo/ggglnbijagalkldjkgjnanbjpnkpmphh
Description Schedule Google Calendar events in Pesto rooms with one click.
Taille du Fichier 168 KB
Nombre d'Installations 91
Version Actuelle 22.1.1
Dernière Mise à Jour 2022-01-15
Date de Publication 2020-07-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://pesto.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pesto.app
URL de la Page de Politique de Confidentialité https://pesto.app/privacy-tos
Langues Prises en Charge 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
        }
    ]
}