OfficeSpace for Google

Book the right size meeting rooms for everyone, no matter where they are located.

OfficeSpace for Google là gì?

OfficeSpace for Google là một tiện ích mở rộng Chrome được phát triển bởi OfficeSpace Software, và tính năng chính của nó là "Book the right size meeting rooms for everyone, no matter where they are located.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OfficeSpace for Google

Tải xuống các tệp mở rộng OfficeSpace for Google 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OfficeSpace for Google OfficeSpace for Google
ID gdoehongmkifafheiioaknmbhbpnhhph
URL Chính Thức https://chromewebstore.google.com/detail/officespace-for-google/gdoehongmkifafheiioaknmbhbpnhhph
Mô tả Book the right size meeting rooms for everyone, no matter where they are located.
Kích Thước Tệp 2.28 MB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2022-06-27
Nhà Phát Triển OfficeSpace Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://officespacesoftware.com
URL Trang Trợ Giúp https://www.officespacesoftware.com/contact
URL Trang Chính Sách Bảo Mật https://www.officespacesoftware.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}