CTI Extension

Affiche une PopUP lors d'un appel entrant d'une ligne OVH

CTI Extensionคืออะไร?

CTI Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Groupe MBJ และคุณลักษณะหลักของมันคือ "Affiche une PopUP lors d'un appel entrant d'une ligne OVH"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CTI Extension

ดาวน์โหลดไฟล์ส่วนขยาย CTI Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Une extension chrome pour les lignes OVH afin de vous afficher votre liste de contact via une PopUp google Chrome. (system CTI)

 - Pas d'inscription
 - Pas de sauvegarde par un site tiers de vos contacts

Il vous faut fournir un lien de votre liste de contact en JSON et l'"eventToken" de votre ligne OVH.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CTI Extension CTI Extension
ID mpbgbnfmoodnbbimmdafcemakknpkcah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah
คำอธิบาย Affiche une PopUP lors d'un appel entrant d'une ligne OVH
ขนาดไฟล์ 73.58 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-12-27
วันที่เผยแพร่ 2018-12-27
คะแนน 4.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Groupe MBJ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CTI Extension",
    "description": "Affiche une PopUP lors d'un appel entrant d'une ligne OVH",
    "version": "2.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3-2-1.min.js",
            "js\/app.js"
        ]
    }
}