Siply
Siply is a WebRTC client.
Cos'è Siply?
Siply è un'estensione di Chrome sviluppata da siply, e la sua funzione principale è "Siply is a WebRTC client.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Siply
Scarica i file di estensione Siply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | fhelfegfdijgjbbamnfflapdlkmkndgl |
| URL Ufficiale | https://chrome.google.com/webstore/detail/fhelfegfdijgjbbamnfflapdlkmkndgl |
| Descrizione | Siply is a WebRTC client. |
| Dimensione del File | 1.94 MB |
| Conteggio Installazioni | 93 |
| Versione Corrente | 3.6.7 |
| Ultimo Aggiornamento | 2020-07-27 |
| Data di Pubblicazione | 2020-03-29 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | siply |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://pbx.phonepanel.eu/index.php/policy/terms |
| Lingue Supportate | 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": [
"*"
]
} | |