OfficeRnD Hybrid for Google Calendar™
Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™
Τι είναι το OfficeRnD Hybrid for Google Calendar™;
Το OfficeRnD Hybrid for Google Calendar™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://officernd.com, και η κύρια λειτουργία του είναι "Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OfficeRnD Hybrid for Google Calendar™
Λήψη αρχείων επέκτασης OfficeRnD Hybrid for Google Calendar™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
OfficeRnD Hybrid is a leading hybrid work management platform that is designed to help bring employees together in vibrant, flexible and collaborative workplaces. We can help your employees return to the office effectively and in an engaging way. OfficeRnD Hybrid for Google Calendar™ brings your workplace closer than ever - in your calendar. Employees can: - Book their preferred desk on the Office Map - See when their favorite colleagues are in the office - Check when they have onsite meetings By including all of these features in Google Calendar™, OfficeRnD makes hybrid work easy and frictionless for your employees. Google Calendar™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gnhhoabiokmfnfklhlplkmkdcfoabbnc |
Επίσημο URL | https://chromewebstore.google.com/detail/officernd-hybrid-for-goog/gnhhoabiokmfnfklhlplkmkdcfoabbnc |
Περιγραφή | Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™ |
Μέγεθος Αρχείου | 7.65 MB |
Αριθμός Εγκαταστάσεων | 1,328 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2024-02-27 |
Ημερομηνία Δημοσίευσης | 2022-04-10 |
Αξιολόγηση | 5.00/5 Συνολικά 30 Αξιολογήσεις |
Προγραμματιστής | https://officernd.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.officernd.com/apps/hybrid/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.officernd.com/support/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.officernd.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6", "manifest_version": 3, "name": "OfficeRnD Hybrid for Google Calendar\u2122", "description": "Lets employees book desks, see who\u2019s in, and plan their office schedule without leaving Google Calendar\u2122", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "https:\/\/calendar.google.com\/*", "https:\/\/hybrid.officernd.com\/*" ], "permissions": [ "webNavigation", "tabs", "storage" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "googleCalendarContent.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "loginFlow.bundle.js", "login_return.html" ], "matches": [ "https:\/\/*\/*" ] } ] } |