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 |
官方網址 | 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 } |