CTI Extension

Affiche une PopUP lors d'un appel entrant d'une ligne OVH

CTI Extension란 무엇입니까?

CTI Extension은(는) Groupe MBJ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Affiche une PopUP lors d'un appel entrant d'une ligne OVH"입니다.

확장 프로그램 스크린샷

screenshot

CTI Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Une extension chrome pour les lignes OVH afin de vous afficher votre liste de contact via une PopUp google Chrome. (system CTI)

 - Pas d'inscription
 - Pas de sauvegarde par un site tiers de vos contacts

Il vous faut fournir un lien de votre liste de contact en JSON et l'"eventToken" de votre ligne OVH.                    

확장 프로그램 기본 정보

이름 CTI Extension CTI Extension
ID mpbgbnfmoodnbbimmdafcemakknpkcah
공식 URL https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah
설명 Affiche une PopUP lors d'un appel entrant d'une ligne OVH
파일 크기 73.58 KB
설치 횟수 96
현재 버전 2.1
최근 업데이트 2018-12-27
출시 날짜 2018-12-27
평점 4.00/5 총 9 개의 평점
개발자 Groupe MBJ
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CTI Extension",
    "description": "Affiche une PopUP lors d'un appel entrant d'une ligne OVH",
    "version": "2.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3-2-1.min.js",
            "js\/app.js"
        ]
    }
}