HoduDial

HoduDial is a WebRTC client for HoduPBX.

Qu'est-ce que HoduDial ?

HoduDial est une extension Chrome développée par HoduSoft, et sa fonction principale est "HoduDial is a WebRTC client for HoduPBX.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HoduDial

Téléchargez les fichiers d'extension HoduDial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        HoduPhone works using WebRTC & SIP protocol. It makes communication easy and cost-effective.

Key features of HoduPhone are:

-> Audio Calls
-> Video Calls
-> Conferencing
-> Call Hold
-> Call Transfer
-> Call Park
-> Mute/ Unmute
-> Call History
-> Phonebook
-> Extension Settings
-> Voicemail Play & Download
-> Fax Record
-> Instant Messaging (Chat)
-> SMS                    

Informations de Base sur l'Extension

Nom HoduDial HoduDial
ID bfmmmagdadlahlofkabfaohncnpfcjbn
URL Officiel https://chromewebstore.google.com/detail/hodudial/bfmmmagdadlahlofkabfaohncnpfcjbn
Description HoduDial is a WebRTC client for HoduPBX.
Taille du Fichier 4.2 MB
Nombre d'Installations 897
Version Actuelle 4.2.8
Dernière Mise à Jour 2023-05-30
Date de Publication 2020-04-14
Évaluation 4.92/5 Total 13 Évaluations
Développeur HoduSoft
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pbx.hodusoft.com/index.php/policy/terms
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoduDial",
    "manifest_version": 2,
    "version": "4.2.8",
    "author": "HoduSoft Pvt. Ltd. ([email protected])",
    "description": "HoduDial is a WebRTC client for HoduPBX.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/icon_19.png",
            "38": "img\/ext_icons\/icon_38.png"
        },
        "default_popup": "login.html",
        "default_title": "HoduDial"
    },
    "icons": {
        "16": "img\/ext_icons\/icon_16.png",
        "48": "img\/ext_icons\/icon_48.png",
        "128": "img\/ext_icons\/icon_128.png"
    },
    "options_page": "application_setting.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/hodupbx.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "notifications",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}