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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule Google Calendar events in Pesto rooms with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pesto (Pragli) Scheduler for Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } ] } |