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…

What is Genesys Cloud for Chrome?

Genesys Cloud for Chrome is a Chrome extension developed by Genesys Cloud, and its main feature is "Genesys Cloud for Chrome brings your Genesys Cloud user experience with you wherever you go on the web. Providing an agent…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Genesys Cloud for Chrome Extension CRX File

Download Genesys Cloud for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Genesys Cloud for Chrome Genesys Cloud for Chrome
ID onbcflemjnkemjpjcpkkpcnephnpjkcb
Official URL https://chromewebstore.google.com/detail/genesys-cloud-for-chrome/onbcflemjnkemjpjcpkkpcnephnpjkcb
Description Genesys Cloud for Chrome brings your Genesys Cloud user experience with you wherever you go on the web. Providing an agent…
File Size 58.56 KB
Installation Count 78,509
Current Version 1.0.16
Last Updated 2024-02-15
Publish Date 2020-05-14
Rating 3.00/5 Total 11 Ratings
Developer Genesys Cloud
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}