Zoon Suite - Web Phone

Acceso rápido a web webphone y click2call.

Zoon Suite - Web Phone क्या है?

Zoon Suite - Web Phone https://zoonsuite.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Acceso rápido a web webphone y click2call."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoon Suite - Web Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}