ADIMIT Phone
ADIMIT Phone shows you who's on the phone.
什么是ADIMIT Phone?
ADIMIT Phone是由ADIMIT BV开发的Chrome扩展程序,该扩展的主要功能是“ADIMIT Phone shows you who's on the phone.”。
扩展截图
下载ADIMIT Phone扩展crx文件
下载ADIMIT Phone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ADIMIT Phone opens a pop-up window when your phone rings. The application integrates with certain systems. Current systems ADIMIT Phone integrates with are: - Autoline (Keyloop) - Carsys (Garagesoftware) Other systems might be available. Contact us for more information. VoIP Telephony PBX Every modern VoIP PBX has nowadays the possibility to send triggers to this application. The following VoIP PBXes have already been succesfully connected to the application: - 3CX - Asterisk - HipIn - KPN één - MiCloud Business - Xelion Is your VoIP PBX not part of this list? Contact us and we will help you checking whether a connection is possible. ADIMIT Phone is a product from ADIMIT.
扩展基本信息
名称 | ADIMIT Phone |
ID | hiagmjoobdlgkjcdcofmnehemklopdmj |
官方URL | https://chromewebstore.google.com/detail/adimit-phone/hiagmjoobdlgkjcdcofmnehemklopdmj |
简介 | ADIMIT Phone shows you who's on the phone. |
文件大小 | 876 KB |
安装次数 | 100 |
当前版本 | 3.27 |
更新时间 | 2023-08-18 |
上架时间 | 2020-11-10 |
评分 | 5.00/5 共1次评分 |
开发者 | ADIMIT BV |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.adimit.com/phone |
帮助页面URL | https://www.adimit.com/contact |
隐私政策页面URL | http://phone.adimit.com/privacy |
支持的语言 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.27", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "nl", "background": { "service_worker": "background.js" }, "action": { "default_popup": "menu.html", "default_icon": { "16": "images\/icons\/transparant\/phone16.png", "32": "images\/icons\/transparant\/phone32.png", "48": "images\/icons\/transparant\/phone48.png", "128": "images\/icons\/transparant\/phone128.png" } }, "permissions": [ "background", "storage", "notifications", "alarms", "tabs" ], "icons": { "16": "images\/icons\/transparant\/phone16.png", "32": "images\/icons\/phone32.png", "48": "images\/icons\/phone48.png", "128": "images\/icons\/phone128.png" }, "manifest_version": 3 } |