SuperVoIP SIP Phone
Telefon SIP zintegrowany z siecią SuperVoIP.
Cos'è SuperVoIP SIP Phone?
SuperVoIP SIP Phone è un'estensione di Chrome sviluppata da vsemak, e la sua funzione principale è "Telefon SIP zintegrowany z siecią SuperVoIP.".
Scarica il file CRX dell'estensione SuperVoIP SIP Phone
Scarica i file di estensione SuperVoIP SIP Phone 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
Telefon SIP skonfigurowany do współpracy z siecią SuperVoIP.
Aplikacja jest zintegrowana z modułem CRM pod adresem https://panel.supervoip.pl/crm/beta/
Możliwe jest używanie telefonu bez otwartej przeglądarki Chrome jako odrębnej aplikacji.
SIPML5 API version = 1.4.217 Informazioni di Base sull'Estensione
| Nome | |
| ID | pmiomaillboelihcbbggikgcigafihae |
| URL Ufficiale | https://chromewebstore.google.com/detail/supervoip-sip-phone/pmiomaillboelihcbbggikgcigafihae |
| Descrizione | Telefon SIP zintegrowany z siecią SuperVoIP. |
| Dimensione del File | 2.55 MB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 0.9.7 |
| Ultimo Aggiornamento | 2016-02-15 |
| Data di Pubblicazione | 2016-02-15 |
| Sviluppatore | vsemak |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.supervoip.pl |
| URL della Pagina di Aiuto | http://www.supervoip.pl |
| Lingue Supportate | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_title": "SIP Client"
},
"name": "SuperVoIP SIP Phone",
"description": "Telefon SIP zintegrowany z sieci\u0105 SuperVoIP.",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"version": "0.9.7",
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"background",
"idle",
"identity",
"contextMenus",
"notifications",
"*:\/\/*.supervoip.pl\/*",
"https:\/\/*.google.com\/*",
"http:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"README.md"
],
"externally_connectable": {
"matches": [
"*:\/\/*.supervoip.pl\/*",
"*:\/\/*.ecrf.biz.pl\/*"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/parser.js"
],
"run_at": "document_end"
}
]
} | |