JRC Softphone

JRC Softphone is a WebRTC client for PBX.

JRC Softphoneとは何ですか?

JRC Softphoneはjrcpbxによって開発されたChromeの拡張機能で、その主な機能は「JRC Softphone is a WebRTC client for PBX.」です。

拡張機能のスクリーンショット

screenshot

JRC Softphone拡張機能のCRXファイルをダウンロード

JRC Softphone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Key features of JRCPABX 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)                    

拡張機能の基本情報

名前 JRC Softphone JRC Softphone
ID coenpeapbpmomkbjeeldejhpbcgjcnil
公式URL https://chromewebstore.google.com/detail/jrc-softphone/coenpeapbpmomkbjeeldejhpbcgjcnil
説明 JRC Softphone is a WebRTC client for PBX.
ファイルサイズ 1.92 MB
インストール数 0
現在のバージョン 3.6.15
最終更新日 2021-08-18
公開日 2020-08-24
開発者 jrcpbx
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://cloud.jrcpabx.com.br/index.php/policy/terms
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JRC Softphone",
    "manifest_version": 2,
    "version": "3.6.15",
    "author": "HoduSoft Pvt. Ltd. ([email protected])",
    "description": "JRC Softphone is a WebRTC client for PBX.",
    "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": "JRC Softphone"
    },
    "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": [
        "*"
    ]
}