Telefoonintegratie.nl

Telefoonintegratie.nl shows you who's on the phone.

ما هو Telefoonintegratie.nl؟

Telefoonintegratie.nl هو إضافة Chrome تم تطويرها بواسطة ADIMIT BV، والميزة الرئيسية لها هي "Telefoonintegratie.nl shows you who's on the phone.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Telefoonintegratie.nl

قم بتنزيل ملفات الامتداد Telefoonintegratie.nl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Telefoonintegratie.nl opens a pop-up window when your phone rings. The application integrates with several systems. 
Current systems Telefoonintegratie.nl integrates with are:
- Exact Online
- Snelstart
- Autoline (CDK / 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.

Telefoonintegratie.nl is a product of De ICT Man.
Developed by ADIMIT BV.                    

معلومات أساسية عن التمديد

الاسم Telefoonintegratie.nl Telefoonintegratie.nl
ID gpapkfmkdjodcgmehocffiamjalppmmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/telefoonintegratienl/gpapkfmkdjodcgmehocffiamjalppmmf
الوصف Telefoonintegratie.nl shows you who's on the phone.
حجم الملف 876 KB
عدد التثبيتات 197
النسخة الحالية 3.27
آخر تحديث 2023-08-18
تاريخ النشر 2021-03-14
المطور ADIMIT BV
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.telefoonintegratie.nl/www/
عنوان صفحة المساعدة https://www.telefoonintegratie.nl/www/
عنوان صفحة سياسة الخصوصية 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
}