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
公式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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}