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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zoon Suite - Web Phone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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:\/\/*\/*"
    ]
}