RingCentral Contact Center Voice

RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center.

RingCentral Contact Center Voice란 무엇입니까?

RingCentral Contact Center Voice은(는) RingCentral에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

RingCentral Contact Center Voice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        RingCentral Contact Center Voice uses WebRTC to send and receive phone calls from the Contact Center anytime, anywhere directly through their chrome browser:
 
* See agent state immediately in the browser
* Send and receive all calls directly from the Agent Desktop
* Establish agent WebRTC connections directly from the Agent Desktop
 
RingCentral Contact Center Voice acts as the bridge between the Contact Center and RingCentral Office to provide high quality voice experiences that ensure a good experience for your customers and are easy to use for your agents.                    

확장 프로그램 기본 정보

이름 RingCentral Contact Center Voice RingCentral Contact Center Voice
ID melamlloomehapkpdgnbbepdiomabacm
공식 URL https://chromewebstore.google.com/detail/ringcentral-contact-cente/melamlloomehapkpdgnbbepdiomabacm
설명 RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center.
파일 크기 1.12 MB
설치 횟수 29,962
현재 버전 1.0.7
최근 업데이트 2021-07-14
출시 날짜 2019-04-09
평점 3.63/5 총 8 개의 평점
개발자 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,
    "name": "RingCentral Contact Center Voice",
    "author": "RingCentral",
    "version": "1.0.7",
    "description": "RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apps.ringcentral.com\/integration\/googlechrome\/redirect.html*"
            ],
            "all_frames": true,
            "js": [
                "js\/redirect.bundle.js"
            ],
            "css": [
                "css\/redirect.css"
            ]
        },
        {
            "matches": [
                "https:\/\/service.ringcentral.com\/login\/*",
                "https:\/\/service.ops.ringcentral.com\/login\/*",
                "https:\/\/login.ringcentral.com\/*",
                "https:\/\/login.ops.ringcentral.com\/*",
                "https:\/\/accounts.google.com\/signin\/oauth\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/signIn.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "downloads",
        "contentSettings",
        "notifications"
    ],
    "web_accessible_resources": [
        "*.js",
        "*.html",
        "\/img\/icon128.png"
    ]
}