Genesys Cloud for Chrome

Genesys Cloud for Chrome brings your Genesys Cloud user experience with you wherever you go on the web. Providing an agent…

Genesys Cloud for Chrome란 무엇입니까?

Genesys Cloud for Chrome은(는) Genesys Cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Genesys Cloud for Chrome brings your Genesys Cloud user experience with you wherever you go on the web. Providing an agent…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Genesys Cloud for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Genesys Cloud for Chrome brings your Genesys Cloud user experience with you wherever you go on the web.  Providing an agent optimized user interface, Genesys Cloud for Chrome provides quick access to your call controls, status management, company directory, and performance metrics.  Additional features include WebRTC Softphone and audio controls, configurable screen pops, click-to-dial/click-to-email,  drag and drop conferencing, and more.  Embedded directly in your web browser, Genesys Cloud for Chrome provides your most commonly used contact center functionality alongside every web application you use on a daily basis.                    

확장 프로그램 기본 정보

이름 Genesys Cloud for Chrome Genesys Cloud for Chrome
ID onbcflemjnkemjpjcpkkpcnephnpjkcb
공식 URL https://chromewebstore.google.com/detail/genesys-cloud-for-chrome/onbcflemjnkemjpjcpkkpcnephnpjkcb
설명 Genesys Cloud for Chrome brings your Genesys Cloud user experience with you wherever you go on the web. Providing an agent…
파일 크기 58.56 KB
설치 횟수 78,509
현재 버전 1.0.16
최근 업데이트 2024-02-15
출시 날짜 2020-05-14
평점 3.00/5 총 11 개의 평점
개발자 Genesys Cloud
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2,
    "version": "1.0.16",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "assets\/img\/inactiveLogo19.png",
            "38": "assets\/img\/inactiveLogo38.png"
        },
        "default_title": "__MSG_appTitle__"
    },
    "icons": {
        "16": "assets\/img\/logo16.png",
        "19": "assets\/img\/logo19.png",
        "38": "assets\/img\/logo38.png",
        "128": "assets\/img\/logo128.png"
    },
    "minimum_chrome_version": "10",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/js\/browserHelperService.js",
                "app\/js\/settingsHelper.js",
                "app\/js\/contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "management",
        "*:\/\/*\/*"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}