VoIPOffice Communicator Extension 4.x
Use VoIPOffice Communicator 4.x to call numbers in Chrome.
什么是VoIPOffice Communicator Extension 4.x?
VoIPOffice Communicator Extension 4.x是由https://www.telappliant.com开发的Chrome扩展程序,该扩展的主要功能是“Use VoIPOffice Communicator 4.x to call numbers in Chrome.”。
扩展截图
下载VoIPOffice Communicator Extension 4.x扩展crx文件
下载VoIPOffice Communicator Extension 4.x扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
VoIPOffice Communicator is a Windows/Mac OSX X application that provides users of Telappliant VoIPOffice with a number of unified communications features including presence, instant messaging, screen popping and click to dial. It can be used as a stand-alone softphone or integrated with your IP phone to simplify the placing, receiving and managing of calls and voicemails. This Chrome extension enables VoIPOffice Communicator 4.x users to dial any telephone number on a web page by clicking on the number. For more information, visit: https://www.telappliant.com/voipoffice-communicator
扩展基本信息
名称 | |
ID | jcdplfbannbeomcpikglemcpclheikhd |
官方URL | https://chromewebstore.google.com/detail/voipoffice-communicator-e/jcdplfbannbeomcpikglemcpclheikhd |
简介 | Use VoIPOffice Communicator 4.x to call numbers in Chrome. |
文件大小 | 17.59 KB |
安装次数 | 58 |
当前版本 | 4.1 |
更新时间 | 2017-05-05 |
上架时间 | 2017-05-05 |
开发者 | https://www.telappliant.com |
付费类型 | free |
扩展官网 | https://www.telappliant.com/voipoffice-communicator |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VoIPOffice Communicator Extension 4.x", "version": "4.1", "author": "Telappliant Ltd", "description": "Use VoIPOffice Communicator 4.x to call numbers in Chrome.", "icons": { "128": "app128.png", "48": "app48.png", "32": "app32.png", "16": "app16.png" }, "background": { "scripts": [ "call_action.js" ] }, "permissions": [ "contextMenus", "tabs" ], "manifest_version": 2 } |