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 |
| Eメール | [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": [
"*"
]
} | |