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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pesto.app, και η κύρια λειτουργία του είναι "Schedule Google Calendar events in Pesto rooms with one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pesto (Pragli) Scheduler for Google Calendar
Λήψη αρχείων επέκτασης 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 |
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 } ] } |