UBICENTREX click to call
Click to call pour les applications intégrées à UBICENTREX
UBICENTREX click to callとは何ですか?
UBICENTREX click to callはhttps://ubicentrex.netによって開発されたChromeの拡張機能で、その主な機能は「Click to call pour les applications intégrées à UBICENTREX」です。
拡張機能のスクリーンショット
UBICENTREX click to call拡張機能のCRXファイルをダウンロード
UBICENTREX click to call拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | nodckdofpohinpadjcjaidfpkelkgkhd |
| 公式URL | https://chromewebstore.google.com/detail/ubicentrex-click-to-call/nodckdofpohinpadjcjaidfpkelkgkhd |
| 説明 | Click to call pour les applications intégrées à UBICENTREX |
| ファイルサイズ | 65.78 KB |
| インストール数 | 419 |
| 現在のバージョン | 1.0.11 |
| 最終更新日 | 2023-07-21 |
| 公開日 | 2018-10-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://ubicentrex.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://ubicentrex.fr |
| 対応言語 | 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:\/\/*\/*"
]
} | |