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 |
| 官方網址 | 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 |
| 電子郵箱 | [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:\/\/*\/*"
]
} | |