RingCentral for Google

RingCentral for Google

Vad är RingCentral for Google?

RingCentral for Google är en Chrome-tillägg utvecklad av RingCentral, och dess huvudfunktion är "RingCentral for Google".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner RingCentral for Google-förlängningens CRX-fil

Ladda ner RingCentral for Google-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Seamlessly integrate your RingCentral communications and collaboration solution with Google Cloud to create a powerful business communications hub. The RingCentral for Google Chrome extension makes it easy for your teams to access key RingCentral features without leaving their Google applications, simplifying workflow, and increasing productivity. 

Google Calendar:

- Schedule and join RingCentral Video meetings
- Join waiting rooms
- Access global dial-in numbers

Chrome browser phone:

- Access RingCentral from any Chrome web page
- Visit the RingCentral message hub to view or respond to texts, voicemails, and faxes
- View your complete communications history (calls, texts, and voicemails)
- Manage inbound call handling settings and active call control features (multi-way call, transfer, record, flip, and more)
- Combine your RingCentral and Google contacts in one easy-to-search screen
- Click-to-call or click-to-SMS phone numbers from any Chrome web page
- Determine a location where the proper authorities can be directed in the case of an emergency
- Set your presence and view the presence of your RingCentral and Google contacts
- Schedule meetings and invite with Google Calendar                    

Grundläggande Information om Tillägg

Namn RingCentral for Google RingCentral for Google
ID fddhonoimfhgiopglkiokmofecgdiedb
Officiell webbadress https://chromewebstore.google.com/detail/ringcentral-for-google/fddhonoimfhgiopglkiokmofecgdiedb
Beskrivning RingCentral for Google
Filstorlek 10.28 MB
Antal Installationer 331,082
Aktuell Version 23.3.34
Senast Uppdaterad 2024-01-29
Publiceringsdatum 2020-07-02
Betyg 3.08/5 Totalt 247 Betyg
Utvecklare RingCentral
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.ringcentral.com/office/features/ringcentral-for-google/overview.html
URL till Sekretesspolicy Sidan https://www.ringcentral.com/legal/privacy-notice.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "23.3.34",
    "name": "RingCentral for Google",
    "description": "RingCentral for Google",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "identity"
    ],
    "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": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                ".\/googleCalendarContent.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com https:\/\/apps.ringcentral.com https:\/\/cdn.mxpnl.com; object-src 'self'",
    "oauth2": {
        "client_id": "420036030335-8mp9jc5r2d86hl78fa4qgetdp9o2675d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.user.readonly"
        ]
    }
}