Pesto (Pragli) Scheduler for Google Calendar

Schedule Google Calendar events in Pesto rooms with one click.

Cos'è Pesto (Pragli) Scheduler for Google Calendar?

Pesto (Pragli) Scheduler for Google Calendar è un'estensione di Chrome sviluppata da https://pesto.app, e la sua funzione principale è "Schedule Google Calendar events in Pesto rooms with one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pesto (Pragli) Scheduler for Google Calendar

Scarica i file di estensione Pesto (Pragli) Scheduler for Google Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pesto (Pragli) Scheduler for Google Calendar Pesto (Pragli) Scheduler for Google Calendar
ID ggglnbijagalkldjkgjnanbjpnkpmphh
URL Ufficiale https://chromewebstore.google.com/detail/pesto-pragli-scheduler-fo/ggglnbijagalkldjkgjnanbjpnkpmphh
Descrizione Schedule Google Calendar events in Pesto rooms with one click.
Dimensione del File 168 KB
Conteggio Installazioni 91
Versione Corrente 22.1.1
Ultimo Aggiornamento 2022-01-15
Data di Pubblicazione 2020-07-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://pesto.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pesto.app
URL della Pagina della Politica sulla Privacy https://pesto.app/privacy-tos
Lingue Supportate 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
        }
    ]
}