OfficeSpace for Google
Book the right size meeting rooms for everyone, no matter where they are located.
OfficeSpace for Google란 무엇입니까?
OfficeSpace for Google은(는) OfficeSpace Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Book the right size meeting rooms for everyone, no matter where they are located."입니다.
확장 프로그램 스크린샷
OfficeSpace for Google 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Booking rooms for you and colleagues has never been smarter. With the OfficeSpace for Google extension, meeting organizers will be able to see which locations other attendees are working from and the available room options in each location that accommodate the number of attendees. This could be different floors, different buildings, or even different sites. Book the right size rooms for the meeting, without needing to toggle between different screens. With this Chrome extension, you will be able to: - See where your meeting attendees are located and what desks they have booked. - View the available rooms, its seating capacity and features in the different locations of your meeting attendees. - Meeting room information will automatically be added to the meeting invite description so attendees can easily find the space. - Meeting information will automatically be populated into the room display devices (if enabled). This app requires that your organization has a subscription to OfficeSpace Software and room booking enabled.
확장 프로그램 기본 정보
이름 | OfficeSpace for Google |
ID | gdoehongmkifafheiioaknmbhbpnhhph |
공식 URL | https://chromewebstore.google.com/detail/officespace-for-google/gdoehongmkifafheiioaknmbhbpnhhph |
설명 | Book the right size meeting rooms for everyone, no matter where they are located. |
파일 크기 | 2.28 MB |
설치 횟수 | 67 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2023-04-21 |
출시 날짜 | 2022-06-27 |
개발자 | OfficeSpace Software |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://officespacesoftware.com |
도움말 페이지 URL | https://www.officespacesoftware.com/contact |
개인정보 보호 정책 페이지 URL | https://www.officespacesoftware.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.1", "name": "OfficeSpace for Google", "description": "Book the right size meeting rooms for everyone, no matter where they are located.", "action": { "default_title": "OfficeSpace for Google", "default_popup": "popup.html", "default_icon": "icon-34.png" }, "background": { "service_worker": "Background\/index.js" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "Calendar\/index.js" ], "css": [], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [ " |