CTI Extension

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

Wat is CTI Extension?

CTI Extension is een Chrome-extensie ontwikkeld door Groupe MBJ, en de belangrijkste functie is "Affiche une PopUP lors d'un appel entrant d'une ligne OVH".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CTI Extension

Download CTI Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CTI Extension CTI Extension
ID mpbgbnfmoodnbbimmdafcemakknpkcah
Officiële URL https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah
Beschrijving Affiche une PopUP lors d'un appel entrant d'une ligne OVH
Bestandsgrootte 73.58 KB
Aantal Installaties 96
Huidige Versie 2.1
Laatst Bijgewerkt 2018-12-27
Publicatiedatum 2018-12-27
Beoordeling 4.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Groupe MBJ
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}