ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

Was ist ADIMIT Phone?

ADIMIT Phone ist eine Chrome-Erweiterung, die von ADIMIT BV entwickelt wurde, und ihr Hauptmerkmal ist "ADIMIT Phone shows you who's on the phone.".

Erweiterungsscreenshots

screenshot

ADIMIT Phone-Erweiterungs-CRX-Datei herunterladen

Laden Sie ADIMIT Phone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ADIMIT Phone ADIMIT Phone
ID hiagmjoobdlgkjcdcofmnehemklopdmj
Offizielle URL https://chromewebstore.google.com/detail/adimit-phone/hiagmjoobdlgkjcdcofmnehemklopdmj
Beschreibung ADIMIT Phone shows you who's on the phone.
Dateigröße 876 KB
Installationsanzahl 100
Aktuelle Version 3.27
Letztes Update 2023-08-18
Veröffentlichungsdatum 2020-11-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ADIMIT BV
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.adimit.com/phone
Hilfeseite URL https://www.adimit.com/contact
URL der Datenschutzrichtlinien-Seite http://phone.adimit.com/privacy
Unterstützte Sprachen 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
}