JRC Softphone
JRC Softphone is a WebRTC client for PBX.
Vad är JRC Softphone?
JRC Softphone är en Chrome-tillägg utvecklad av jrcpbx, och dess huvudfunktion är "JRC Softphone is a WebRTC client for PBX.".
Tilläggsskärmbilder
Ladda ner JRC Softphone-förlängningens CRX-fil
Ladda ner JRC Softphone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | JRC Softphone |
ID | coenpeapbpmomkbjeeldejhpbcgjcnil |
Officiell webbadress | https://chromewebstore.google.com/detail/jrc-softphone/coenpeapbpmomkbjeeldejhpbcgjcnil |
Beskrivning | JRC Softphone is a WebRTC client for PBX. |
Filstorlek | 1.92 MB |
Antal Installationer | 0 |
Aktuell Version | 3.6.15 |
Senast Uppdaterad | 2021-08-18 |
Publiceringsdatum | 2020-08-24 |
Utvecklare | jrcpbx |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://cloud.jrcpabx.com.br/index.php/policy/terms |
Stödda Språk | 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": [ "*" ] } |