CTI Extension

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

Apa itu CTI Extension?

CTI Extension adalah ekstensi Chrome yang dikembangkan oleh Groupe MBJ, dan fitur utamanya adalah "Affiche une PopUP lors d'un appel entrant d'une ligne OVH".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CTI Extension

Unduh file ekstensi CTI Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CTI Extension CTI Extension
ID mpbgbnfmoodnbbimmdafcemakknpkcah
URL Resmi https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah
Deskripsi Affiche une PopUP lors d'un appel entrant d'une ligne OVH
Ukuran File 73.58 KB
Jumlah Instalasi 96
Versi Saat Ini 2.1
Terakhir Diperbarui 2018-12-27
Tanggal Publikasi 2018-12-27
Penilaian 4.00/5 Total 9 Penilaian
Pengembang Groupe MBJ
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}