ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

Cos'è ADIMIT Phone?

ADIMIT Phone è un'estensione di Chrome sviluppata da ADIMIT BV, e la sua funzione principale è "ADIMIT Phone shows you who's on the phone.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ADIMIT Phone

Scarica i file di estensione ADIMIT Phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ADIMIT Phone ADIMIT Phone
ID hiagmjoobdlgkjcdcofmnehemklopdmj
URL Ufficiale https://chromewebstore.google.com/detail/adimit-phone/hiagmjoobdlgkjcdcofmnehemklopdmj
Descrizione ADIMIT Phone shows you who's on the phone.
Dimensione del File 876 KB
Conteggio Installazioni 100
Versione Corrente 3.27
Ultimo Aggiornamento 2023-08-18
Data di Pubblicazione 2020-11-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ADIMIT BV
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.adimit.com/phone
URL della Pagina di Aiuto https://www.adimit.com/contact
URL della Pagina della Politica sulla Privacy http://phone.adimit.com/privacy
Lingue Supportate 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
}