OfficeSpace for Google

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

Cos'è OfficeSpace for Google?

OfficeSpace for Google è un'estensione di Chrome sviluppata da OfficeSpace Software, e la sua funzione principale è "Book the right size meeting rooms for everyone, no matter where they are located.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OfficeSpace for Google

Scarica i file di estensione OfficeSpace for Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OfficeSpace for Google OfficeSpace for Google
ID gdoehongmkifafheiioaknmbhbpnhhph
URL Ufficiale https://chromewebstore.google.com/detail/officespace-for-google/gdoehongmkifafheiioaknmbhbpnhhph
Descrizione Book the right size meeting rooms for everyone, no matter where they are located.
Dimensione del File 2.28 MB
Conteggio Installazioni 67
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-04-21
Data di Pubblicazione 2022-06-27
Sviluppatore OfficeSpace Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://officespacesoftware.com
URL della Pagina di Aiuto https://www.officespacesoftware.com/contact
URL della Pagina della Politica sulla Privacy https://www.officespacesoftware.com/privacy
Lingue Supportate 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'"
    }
}