HoduDial

HoduDial is a WebRTC client for HoduPBX.

HoduDial란 무엇입니까?

HoduDial은(는) HoduSoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HoduDial is a WebRTC client for HoduPBX."입니다.

확장 프로그램 스크린샷

screenshot

HoduDial 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 HoduDial HoduDial
ID bfmmmagdadlahlofkabfaohncnpfcjbn
공식 URL https://chromewebstore.google.com/detail/hodudial/bfmmmagdadlahlofkabfaohncnpfcjbn
설명 HoduDial is a WebRTC client for HoduPBX.
파일 크기 4.2 MB
설치 횟수 897
현재 버전 4.2.8
최근 업데이트 2023-05-30
출시 날짜 2020-04-14
평점 4.92/5 총 13 개의 평점
개발자 HoduSoft
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pbx.hodusoft.com/index.php/policy/terms
지원되는 언어 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": [
        "*"
    ]
}