ADIMIT Phone

ADIMIT Phone shows you who's on the phone.

ADIMIT Phone란 무엇입니까?

ADIMIT Phone은(는) ADIMIT BV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ADIMIT Phone shows you who's on the phone."입니다.

확장 프로그램 스크린샷

screenshot

ADIMIT Phone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}