JRC Softphone

JRC Softphone is a WebRTC client for PBX.

Qu'est-ce que JRC Softphone ?

JRC Softphone est une extension Chrome développée par jrcpbx, et sa fonction principale est "JRC Softphone is a WebRTC client for PBX.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JRC Softphone

Téléchargez les fichiers d'extension JRC Softphone 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

                        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)                    

Informations de Base sur l'Extension

Nom JRC Softphone JRC Softphone
ID coenpeapbpmomkbjeeldejhpbcgjcnil
URL Officiel https://chromewebstore.google.com/detail/jrc-softphone/coenpeapbpmomkbjeeldejhpbcgjcnil
Description JRC Softphone is a WebRTC client for PBX.
Taille du Fichier 1.92 MB
Nombre d'Installations 0
Version Actuelle 3.6.15
Dernière Mise à Jour 2021-08-18
Date de Publication 2020-08-24
Développeur jrcpbx
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cloud.jrcpabx.com.br/index.php/policy/terms
Langues Prises en Charge 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": [
        "*"
    ]
}