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
拡張機能の基本情報
名前 | Zoon Suite - Web Phone |
ID | bnomlnnidnilmedalmknfpbfealmapke |
公式URL | 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 |
Eメール | [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:\/\/*\/*" ] } |