CTI Extension
Affiche une PopUP lors d'un appel entrant d'une ligne OVH
What is CTI Extension?
CTI Extension is a Chrome extension developed by Groupe MBJ, and its main feature is "Affiche une PopUP lors d'un appel entrant d'une ligne OVH".
Extension Screenshots
Download CTI Extension Extension CRX File
Download CTI Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CTI Extension |
ID | mpbgbnfmoodnbbimmdafcemakknpkcah |
Official URL | https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah |
Description | Affiche une PopUP lors d'un appel entrant d'une ligne OVH |
File Size | 73.58 KB |
Installation Count | 96 |
Current Version | 2.1 |
Last Updated | 2018-12-27 |
Publish Date | 2018-12-27 |
Rating | 4.00/5 Total 9 Ratings |
Developer | Groupe MBJ |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |