CTI Extension
Affiche une PopUP lors d'un appel entrant d'une ligne OVH
Cos'è CTI Extension?
CTI Extension è un'estensione di Chrome sviluppata da Groupe MBJ, e la sua funzione principale è "Affiche une PopUP lors d'un appel entrant d'une ligne OVH".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CTI Extension
Scarica i file di estensione CTI Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CTI Extension |
ID | mpbgbnfmoodnbbimmdafcemakknpkcah |
URL Ufficiale | https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah |
Descrizione | Affiche une PopUP lors d'un appel entrant d'une ligne OVH |
Dimensione del File | 73.58 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2018-12-27 |
Data di Pubblicazione | 2018-12-27 |
Valutazione | 4.00/5 Totale 9 Valutazioni |
Sviluppatore | Groupe MBJ |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |