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開發的Chrome擴展程式,該擴展的主要功能是“Lets employees book desks, see who’s in, and plan their office schedule without leaving Google Calendar™”。

擴展截圖

screenshot
screenshot
screenshot

下載OfficeRnD Hybrid for Google Calendar™擴展crx文件

下載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.                    

擴展基本資訊

名稱 OfficeRnD Hybrid for Google Calendar™ OfficeRnD Hybrid for Google Calendar™
ID gnhhoabiokmfnfklhlplkmkdcfoabbnc
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}