Siply
Siply is a WebRTC client.
Siply란 무엇입니까?
Siply은(는) siply에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Siply is a WebRTC client."입니다.
확장 프로그램 스크린샷
Siply 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ "*" ] } |