Zoon Suite - Web Phone
Acceso rápido a web webphone y click2call.
什麼是Zoon Suite - Web Phone?
Zoon Suite - Web Phone是由https://zoonsuite.com開發的Chrome擴展程式,該擴展的主要功能是“Acceso rápido a web webphone y click2call.”。
擴展截圖
下載Zoon Suite - Web Phone擴展crx文件
下載Zoon Suite - Web Phone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Nuestro webphone, permite recibir y realizar llamadas telefónicas de VoIP a través de su navegador.
Puede realizar llamadas a través de tu CRM integrado con nuestra telefonía, y su centralita virtual o PBX.
Realizar llamadas desde cualquier número reflejado en cualquier web, seleccionandolo con el botón derecho se abrirá un desplegable, y seleccionado llamar.
FUNCIONALIDADES:
- Realizar llamadas
- Recibir llamadas
- Transferir llamadas internas a otras extensiones
- Transferir llamadas fuera de su centralita
- Mantener llamadas en espera
- Agenda de contactos
- Estadísticas de llamadas
- Videollamadas entre extensiones
- Con dos canales simultáneos disponibles
- Click to call. Realizar llamadas a través de tu navegador Chrome 擴展基本資訊
| 名稱 | |
| ID | bnomlnnidnilmedalmknfpbfealmapke |
| 官方網址 | https://chromewebstore.google.com/detail/zoon-suite-web-phone/bnomlnnidnilmedalmknfpbfealmapke |
| 簡介 | Acceso rápido a web webphone y click2call. |
| 檔案大小 | 235 KB |
| 安裝次數 | 195 |
| 目前版本 | 1.6.0 |
| 更新時間 | 2024-02-28 |
| 上架時間 | 2022-02-05 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://zoonsuite.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://zoonsuite.com/soluciones/ |
| 說明頁面URL | https://zoonsuite.com/contactar/ |
| 支援的語言 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Zoon Suite - Web Phone",
"version": "1.6.0",
"description": "Acceso r\u00e1pido a web webphone y click2call.",
"icons": {
"16": "img\/icon16.png",
"24": "img\/icon24.png",
"32": "img\/icon32.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"content_script.js"
]
}
],
"action": {
"default_title": "Web Phone",
"default_icon": "img\/icon.png"
},
"permissions": [
"storage",
"contextMenus"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |