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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}