ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

ADIMIT Phone क्या है?

ADIMIT Phone ADIMIT BV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ADIMIT Phone shows you who's on the phone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ADIMIT Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ADIMIT Phone ADIMIT Phone
ID hiagmjoobdlgkjcdcofmnehemklopdmj
आधिकारिक URL https://chromewebstore.google.com/detail/adimit-phone/hiagmjoobdlgkjcdcofmnehemklopdmj
विवरण ADIMIT Phone shows you who's on the phone.
फ़ाइल का आकार 876 KB
स्थापना संख्या 100
वर्तमान संस्करण 3.27
अंतिम अपडेट 2023-08-18
प्रकाशन तिथि 2020-11-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ADIMIT BV
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.adimit.com/phone
सहायता पृष्ठ URL https://www.adimit.com/contact
गोपनीयता नीति पृष्ठ URL 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
}