HoduDial

HoduDial is a WebRTC client for HoduPBX.

Vad är HoduDial?

HoduDial är en Chrome-tillägg utvecklad av HoduSoft, och dess huvudfunktion är "HoduDial is a WebRTC client for HoduPBX.".

Tilläggsskärmbilder

screenshot

Ladda ner HoduDial-förlängningens CRX-fil

Ladda ner HoduDial-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn HoduDial HoduDial
ID bfmmmagdadlahlofkabfaohncnpfcjbn
Officiell webbadress https://chromewebstore.google.com/detail/hodudial/bfmmmagdadlahlofkabfaohncnpfcjbn
Beskrivning HoduDial is a WebRTC client for HoduPBX.
Filstorlek 4.2 MB
Antal Installationer 897
Aktuell Version 4.2.8
Senast Uppdaterad 2023-05-30
Publiceringsdatum 2020-04-14
Betyg 4.92/5 Totalt 13 Betyg
Utvecklare HoduSoft
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://pbx.hodusoft.com/index.php/policy/terms
Stödda Språk 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": [
        "*"
    ]
}