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 |
Eメール | [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" ] } } |