Five9 D5 Extension

Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.

What is Five9 D5 Extension?

Five9 D5 Extension is a Chrome extension developed by events, and its main feature is "Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.".

Extension Screenshots

screenshot

Download Five9 D5 Extension Extension CRX File

Download Five9 D5 Extension 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

                        Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.                    

Extension Basic Information

Name Five9 D5 Extension Five9 D5 Extension
ID ooomfaipddbndjjgbpgkkbnchinamigh
Official URL https://chromewebstore.google.com/detail/five9-d5-extension/ooomfaipddbndjjgbpgkkbnchinamigh
Description Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.
File Size 4.75 KB
Installation Count 1,160
Current Version 1.3
Last Updated 2023-03-02
Publish Date 2023-03-02
Developer events
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Five9 D5 Extension",
    "version": "1.3",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.five9.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.five9.com\/"
    ],
    "permissions": [
        "webNavigation",
        "activeTab"
    ]
}