SuperVoIP SIP Phone
Telefon SIP zintegrowany z siecią SuperVoIP.
什么是SuperVoIP SIP Phone?
SuperVoIP SIP Phone是由vsemak开发的Chrome扩展程序,该扩展的主要功能是“Telefon SIP zintegrowany z siecią SuperVoIP.”。
下载SuperVoIP SIP Phone扩展crx文件
下载SuperVoIP SIP Phone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | pmiomaillboelihcbbggikgcigafihae |
| 官方URL | https://chromewebstore.google.com/detail/supervoip-sip-phone/pmiomaillboelihcbbggikgcigafihae |
| 简介 | Telefon SIP zintegrowany z siecią SuperVoIP. |
| 文件大小 | 2.55 MB |
| 安装次数 | 35 |
| 当前版本 | 0.9.7 |
| 更新时间 | 2016-02-15 |
| 上架时间 | 2016-02-15 |
| 开发者 | vsemak |
| 付费类型 | free |
| 扩展官网 | http://www.supervoip.pl |
| 帮助页面URL | http://www.supervoip.pl |
| 支持的语言 | 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"
}
]
} | |