ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

¿Qué es ADIMIT Phone?

ADIMIT Phone es una extensión de Chrome desarrollada por ADIMIT BV, y su función principal es "ADIMIT Phone shows you who's on the phone.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ADIMIT Phone

Descarga archivos de extensión ADIMIT Phone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ADIMIT Phone ADIMIT Phone
ID hiagmjoobdlgkjcdcofmnehemklopdmj
URL Oficial https://chromewebstore.google.com/detail/adimit-phone/hiagmjoobdlgkjcdcofmnehemklopdmj
Descripción ADIMIT Phone shows you who's on the phone.
Tamaño del Archivo 876 KB
Cantidad de Instalaciones 100
Versión Actual 3.27
Última Actualización 2023-08-18
Fecha de Publicación 2020-11-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador ADIMIT BV
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.adimit.com/phone
URL de la Página de Ayuda https://www.adimit.com/contact
URL de la Página de Política de Privacidad http://phone.adimit.com/privacy
Idiomas Soportados 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
}