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”。
扩展截图
下载CTI Extension扩展crx文件
下载CTI Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } } |