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™ https://officernd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OfficeRnD Hybrid for Google Calendar™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } ] } |