RingCentral for Microsoft 365

RingCentral for Microsoft 365

Τι είναι το RingCentral for Microsoft 365;

Το RingCentral for Microsoft 365 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RingCentral, και η κύρια λειτουργία του είναι "RingCentral for Microsoft 365".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RingCentral for Microsoft 365

Λήψη αρχείων επέκτασης RingCentral for Microsoft 365 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This app will not be supported after May 26, 2023. Please install our new version of RingCentral for Google Chrome (https://chrome.google.com/webstore/detail/ringcentral-for-google/fddhonoimfhgiopglkiokmofecgdiedb?hl=en).

RingCentral for Office 365 seamlessly blends business communications into your cloud work environment, transforming Microsoft Office 365 into an enterprise-grade communications hub with a powerful and easy-to-use interface that is very simple for end-users to deploy and for IT to manage. With our new release, customers can now leverage the power of RingCentral voice calls, SMS & video meetings from within Microsoft Teams.

O365 Teams support
• Use RingCentral features in personal, group and channel chat:
   - Make and receive RingCentral calls
   - Send and receive SMS messages
   - initiate video and audio meetings 
• Set RingCentral as default video and audio provider in Teams


O365 Outlook support
• Schedule RingCentral Meetings® or audio conferences natively from the calendar or from within the app.
• Easily call or text your contacts from O365 contact cards.


Powerful telephony features
• Make and receive calls, send and receive business SMS directly from the Office 365 Outlook web interface.
• Access your complete RingCentral 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 RingCentral presence status directly from the mail application.
• View all RingCentral and Office 365 contacts in one, easy-to-search screen.
• 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RingCentral for Microsoft 365 RingCentral for Microsoft 365
ID miknmfdjdibjomajbmikhgmlncmpebad
Επίσημο URL https://chrome.google.com/webstore/detail/ringcentral-for-microsoft/miknmfdjdibjomajbmikhgmlncmpebad
Περιγραφή RingCentral for Microsoft 365
Μέγεθος Αρχείου 15.61 MB
Αριθμός Εγκαταστάσεων 29,457
Τρέχουσα Έκδοση 22.2.34
Τελευταία Ενημέρωση 2023-05-29
Ημερομηνία Δημοσίευσης 2020-06-01
Αξιολόγηση 3.73/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής RingCentral
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.ringcentral.com/legal/privacy-notice.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "22.2.34",
    "name": "RingCentral for Microsoft 365",
    "description": "RingCentral 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'"
}