Five9 D5 Extension

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

Five9 D5 Extensionとは何ですか?

Five9 D5 Extensionはeventsによって開発されたChromeの拡張機能で、その主な機能は「Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.」です。

拡張機能のスクリーンショット

screenshot

Five9 D5 Extension拡張機能のCRXファイルをダウンロード

Five9 D5 Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Five9 D5 Extension Five9 D5 Extension
ID ooomfaipddbndjjgbpgkkbnchinamigh
公式URL https://chromewebstore.google.com/detail/five9-d5-extension/ooomfaipddbndjjgbpgkkbnchinamigh
説明 Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.
ファイルサイズ 4.75 KB
インストール数 1,160
現在のバージョン 1.3
最終更新日 2023-03-02
公開日 2023-03-02
開発者 events
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}