CTI Extension
Affiche une PopUP lors d'un appel entrant d'une ligne OVH
Co to jest CTI Extension?
CTI Extension to rozszerzenie Chrome opracowane przez Groupe MBJ, a jego główną funkcją jest „Affiche une PopUP lors d'un appel entrant d'une ligne OVH”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CTI Extension
Pobierz pliki rozszerzeń CTI Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CTI Extension |
ID | mpbgbnfmoodnbbimmdafcemakknpkcah |
Oficjalny URL | https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah |
Opis | Affiche une PopUP lors d'un appel entrant d'une ligne OVH |
Rozmiar pliku | 73.58 KB |
Liczba instalacji | 96 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2018-12-27 |
Data Publikacji | 2018-12-27 |
Ocena | 4.00/5 Łącznie 9 Oceny |
Deweloper | Groupe MBJ |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |