Siply
Siply is a WebRTC client.
什么是Siply?
Siply是由siply开发的Chrome扩展程序,该扩展的主要功能是“Siply is a WebRTC client.”。
扩展截图
下载Siply扩展crx文件
下载Siply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Siply works using WebRTC & SIP protocol. It makes communication easy and cost-effective.
Key features of Siply are:
-> Audio Calls
-> Video Calls
-> Conferencing
-> Call Hold
-> Call Transfer
-> Call Park
-> Mute/ Unmute
-> Call History
-> Phonebook
-> Extension Settings
-> Voicemail Play & Download
-> Instant Messaging (Chat) 扩展基本信息
| 名称 | |
| ID | fhelfegfdijgjbbamnfflapdlkmkndgl |
| 官方URL | https://chrome.google.com/webstore/detail/fhelfegfdijgjbbamnfflapdlkmkndgl |
| 简介 | Siply is a WebRTC client. |
| 文件大小 | 1.94 MB |
| 安装次数 | 93 |
| 当前版本 | 3.6.7 |
| 更新时间 | 2020-07-27 |
| 上架时间 | 2020-03-29 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | siply |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://pbx.phonepanel.eu/index.php/policy/terms |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Siply",
"manifest_version": 2,
"version": "3.6.7",
"author": "Siply ([email protected])",
"description": "Siply 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": "Siply"
},
"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": [
"tabs",
"contextMenus",
"storage",
"notifications",
"*:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"*"
]
} | |