ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

Vad är ADIMIT Phone?

ADIMIT Phone är en Chrome-tillägg utvecklad av ADIMIT BV, och dess huvudfunktion är "ADIMIT Phone shows you who's on the phone.".

Tilläggsskärmbilder

screenshot

Ladda ner ADIMIT Phone-förlängningens CRX-fil

Ladda ner ADIMIT Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ADIMIT Phone ADIMIT Phone
ID hiagmjoobdlgkjcdcofmnehemklopdmj
Officiell webbadress https://chromewebstore.google.com/detail/adimit-phone/hiagmjoobdlgkjcdcofmnehemklopdmj
Beskrivning ADIMIT Phone shows you who's on the phone.
Filstorlek 876 KB
Antal Installationer 100
Aktuell Version 3.27
Senast Uppdaterad 2023-08-18
Publiceringsdatum 2020-11-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ADIMIT BV
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.adimit.com/phone
Hjälpsida URL https://www.adimit.com/contact
URL till Sekretesspolicy Sidan http://phone.adimit.com/privacy
Stödda Språk 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
}