UBICENTREX click to call

Click to call pour les applications intégrées à UBICENTREX

UBICENTREX click to callคืออะไร?

UBICENTREX click to call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ubicentrex.net และคุณลักษณะหลักของมันคือ "Click to call pour les applications intégrées à UBICENTREX"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UBICENTREX click to call

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}