CTI Extension
Affiche une PopUP lors d'un appel entrant d'une ligne OVH
Vad är CTI Extension?
CTI Extension är en Chrome-tillägg utvecklad av Groupe MBJ, och dess huvudfunktion är "Affiche une PopUP lors d'un appel entrant d'une ligne OVH".
Tilläggsskärmbilder
Ladda ner CTI Extension-förlängningens CRX-fil
Ladda ner CTI Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | CTI Extension |
ID | mpbgbnfmoodnbbimmdafcemakknpkcah |
Officiell webbadress | https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah |
Beskrivning | Affiche une PopUP lors d'un appel entrant d'une ligne OVH |
Filstorlek | 73.58 KB |
Antal Installationer | 96 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2018-12-27 |
Publiceringsdatum | 2018-12-27 |
Betyg | 4.00/5 Totalt 9 Betyg |
Utvecklare | Groupe MBJ |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |