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.”。
擴展截圖
下載Five9 D5 Extension擴展crx文件
下載Five9 D5 Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.                     擴展基本資訊
| 名稱 |   |  
| ID | ooomfaipddbndjjgbpgkkbnchinamigh | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |