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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 UBICENTREX click to call UBICENTREX click to call
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
电子邮箱 [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:\/\/*\/*"
    ]
}