SuperVoIP SIP Phone
Telefon SIP zintegrowany z siecią SuperVoIP.
SuperVoIP SIP Phone là gì?
SuperVoIP SIP Phone là một tiện ích mở rộng Chrome được phát triển bởi vsemak, và tính năng chính của nó là "Telefon SIP zintegrowany z siecią SuperVoIP.".
Tải xuống tệp CRX của tiện ích mở rộng SuperVoIP SIP Phone
Tải xuống các tệp mở rộng SuperVoIP SIP Phone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SuperVoIP SIP Phone |
ID | pmiomaillboelihcbbggikgcigafihae |
URL Chính Thức | https://chromewebstore.google.com/detail/supervoip-sip-phone/pmiomaillboelihcbbggikgcigafihae |
Mô tả | Telefon SIP zintegrowany z siecią SuperVoIP. |
Kích Thước Tệp | 2.55 MB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 0.9.7 |
Cập Nhật Lần Cuối | 2016-02-15 |
Ngày Phát Hành | 2016-02-15 |
Nhà Phát Triển | vsemak |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.supervoip.pl |
URL Trang Trợ Giúp | http://www.supervoip.pl |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |