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™ là gì?
OfficeRnD Hybrid for Google Calendar™ là một tiện ích mở rộng Chrome được phát triển bởi https://officernd.com, và tính năng chính của nó là "Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OfficeRnD Hybrid for Google Calendar™
Tải xuống các tệp mở rộng OfficeRnD Hybrid for Google Calendar™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gnhhoabiokmfnfklhlplkmkdcfoabbnc |
URL Chính Thức | https://chromewebstore.google.com/detail/officernd-hybrid-for-goog/gnhhoabiokmfnfklhlplkmkdcfoabbnc |
Mô tả | Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™ |
Kích Thước Tệp | 7.65 MB |
Số Lần Cài Đặt | 1,328 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2022-04-10 |
Đánh Giá | 5.00/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | https://officernd.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.officernd.com/apps/hybrid/ |
URL Trang Trợ Giúp | https://www.officernd.com/support/ |
URL Trang Chính Sách Bảo Mật | https://www.officernd.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |