UBICENTREX click to call
Click to call pour les applications intégrées à UBICENTREX
Was ist UBICENTREX click to call?
UBICENTREX click to call ist eine Chrome-Erweiterung, die von https://ubicentrex.net entwickelt wurde, und ihr Hauptmerkmal ist "Click to call pour les applications intégrées à UBICENTREX".
Erweiterungsscreenshots
UBICENTREX click to call-Erweiterungs-CRX-Datei herunterladen
Laden Sie UBICENTREX click to call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension pour tous les abonnés UBICENTREX permettant de faire du click-to-call depuis une application intégrée. L'application fonctionne avec la plupart des logiciels d'agenda existants et permet ainsi d'éviter la saisie manuelle du numéro de téléphone par l'agent.
Grundlegende Informationen zur Erweiterung
Name | UBICENTREX click to call |
ID | nodckdofpohinpadjcjaidfpkelkgkhd |
Offizielle URL | https://chromewebstore.google.com/detail/ubicentrex-click-to-call/nodckdofpohinpadjcjaidfpkelkgkhd |
Beschreibung | Click to call pour les applications intégrées à UBICENTREX |
Dateigröße | 65.78 KB |
Installationsanzahl | 419 |
Aktuelle Version | 1.0.11 |
Letztes Update | 2023-07-21 |
Veröffentlichungsdatum | 2018-10-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://ubicentrex.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://ubicentrex.fr |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UBICENTREX click to call", "version": "1.0.11", "manifest_version": 3, "description": "Click to call pour les applications int\u00e9gr\u00e9es \u00e0 UBICENTREX", "action": { "default_icon": "images\/48.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "class\/jquery.js", "soap.js", "content.js" ], "all_frames": true } ], "homepage_url": "https:\/\/www.ubicentrex.fr", "permissions": [ "tabs", "activeTab", "webNavigation", "windows" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |