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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Book the right size meeting rooms for everyone, no matter where they are located."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OfficeSpace for Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}