JRC Softphone
JRC Softphone is a WebRTC client for PBX.
Wat is JRC Softphone?
JRC Softphone is een Chrome-extensie ontwikkeld door jrcpbx, en de belangrijkste functie is "JRC Softphone is a WebRTC client for PBX.".
Extensie Screenshots
Download het CRX-bestand van de extensie JRC Softphone
Download JRC Softphone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | coenpeapbpmomkbjeeldejhpbcgjcnil |
| Officiële URL | https://chromewebstore.google.com/detail/jrc-softphone/coenpeapbpmomkbjeeldejhpbcgjcnil |
| Beschrijving | JRC Softphone is a WebRTC client for PBX. |
| Bestandsgrootte | 1.92 MB |
| Aantal Installaties | 0 |
| Huidige Versie | 3.6.15 |
| Laatst Bijgewerkt | 2021-08-18 |
| Publicatiedatum | 2020-08-24 |
| Ontwikkelaar | jrcpbx |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://cloud.jrcpabx.com.br/index.php/policy/terms |
| Ondersteunde Talen | 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": [
"*"
]
} | |