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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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
이메일 [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:\/\/*\/*"
            ]
        }
    ]
}