Office@Hand for Microsoft 365

Office@Hand for Microsoft 365

Office@Hand for Microsoft 365 क्या है?

Office@Hand for Microsoft 365 RingCentral द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Office@Hand for Microsoft 365"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Office@Hand for Microsoft 365 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Office@Hand for Office 365 transforms your Microsoft Office 365 cloud work environment into an enterprise-grade communications hub.

• Make and receive calls, send and receive business SMS directly from the Office 365 outlook on the web interface.
• Access your complete Office@Hand communications history - calls, texts, faxes, and voicemails in a single view.
• Click-to-dial or Click-to-SMS any phone number that appears in your Office 365 mail messages.
• Set Office@Hand presence status directly from the mail application.
• View all Office@Hand and Office 365 contacts in one, easy-to-search screen.
• Schedule Office@Hand Meetings® or audio conferences natively from the calendar or from within the app.
• Easily call or text your contacts from O365 contact cards.
• Add participants to an active call at any time. 
• Select and change the mode and device to make calls as needed. 
• No software or hardware to install, maintain or upgrade.
• Deploy on day one—no need for time-consuming customizations, professional services support, or middleware.                    

एक्सटेंशन की मूल जानकारी

नाम Office@Hand for Microsoft 365 Office@Hand for Microsoft 365
ID ahmiidpocehjpdammgjjcpbieefloakc
आधिकारिक URL https://chrome.google.com/webstore/detail/officehand-for-microsoft/ahmiidpocehjpdammgjjcpbieefloakc
विवरण Office@Hand for Microsoft 365
फ़ाइल का आकार 15.63 MB
स्थापना संख्या 879
वर्तमान संस्करण 22.2.34
अंतिम अपडेट 2023-05-29
प्रकाशन तिथि 2020-04-01
डेवलपर RingCentral
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.ringcentral.com/legal/privacy-notice.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "22.2.34",
    "name": "Office@Hand for Microsoft 365",
    "description": "Office@Hand for Microsoft 365",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": [],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "redirect.html",
        "client.html",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.google.com https:\/\/*.segment.com https:\/\/apps.ringcentral.com https:\/\/*.mxpnl.com; object-src 'self'"
}