Zoon Suite - Web Phone

Acceso rápido a web webphone y click2call.

ما هو Zoon Suite - Web Phone؟

Zoon Suite - Web Phone هو إضافة Chrome تم تطويرها بواسطة https://zoonsuite.com، والميزة الرئيسية لها هي "Acceso rápido a web webphone y click2call.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Zoon Suite - Web Phone

قم بتنزيل ملفات الامتداد Zoon Suite - Web Phone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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:\/\/*\/*"
    ]
}