Turknet Santral
Turknet Santral is a WebRTC client.
What is Turknet Santral?
Turknet Santral is a Chrome extension developed by TurkNet, and its main feature is "Turknet Santral is a WebRTC client.".
Extension Screenshots
Download Turknet Santral Extension CRX File
Download Turknet Santral extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Turknet Santral works using WebRTC & SIP protocol. It makes communication easy and cost-effective. Key features of Turknet Santral 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)
Extension Basic Information
Name | Turknet Santral |
ID | dlibcicnehamfnmeloiapmkagkckoeoh |
Official URL | https://chromewebstore.google.com/detail/turknet-santral/dlibcicnehamfnmeloiapmkagkckoeoh |
Description | Turknet Santral is a WebRTC client. |
File Size | 2.51 MB |
Installation Count | 73 |
Current Version | 3.6.9 |
Last Updated | 2021-10-07 |
Publish Date | 2020-05-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | TurkNet |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://kurumsal.turk.net/policy-terms |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turknet Santral", "manifest_version": 2, "version": "3.6.9", "author": "HoduSoft Pvt. Ltd. ([email protected])", "description": "Turknet Santral is a WebRTC client.", "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": "Turknet Santral" }, "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": [ "*" ] } |