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 |
| 官方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 |
| 电子邮箱 | [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"
]
} | |