HoduPhone

HoduPhone is a WebRTC client for HoduPBX.

Hvad er HoduPhone?

HoduPhone er en Chrome-udvidelse udviklet af HoduSoft, og dens hovedfunktion er "HoduPhone is a WebRTC client for HoduPBX.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download HoduPhone-udvidelses-CRX-fil

Download HoduPhone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn HoduPhone HoduPhone
ID dpeoadhcaminacicienekbbjocpdfmdo
Officiel URL https://chromewebstore.google.com/detail/hoduphone/dpeoadhcaminacicienekbbjocpdfmdo
Beskrivelse HoduPhone is a WebRTC client for HoduPBX.
Filstørrelse 1.98 MB
Antal Installationer 897
Nuværende Version 3.6.19
Senest Opdateret 2022-02-17
Udgivelsesdato 2020-05-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler HoduSoft
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://pbx.hodusoft.com/index.php/policy/terms
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoduPhone",
    "manifest_version": 2,
    "version": "3.6.19",
    "author": "HoduSoft Pvt. Ltd. ([email protected])",
    "description": "HoduPhone is a WebRTC client for HoduPBX.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "ext_icons\/icon_19.png",
            "38": "ext_icons\/icon_38.png"
        },
        "default_popup": "index.html",
        "default_title": "HoduPhone"
    },
    "icons": {
        "16": "ext_icons\/icon_16.png",
        "48": "ext_icons\/icon_48.png",
        "128": "ext_icons\/icon_128.png"
    },
    "options_page": "config.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "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": [
        "*"
    ]
}