CTI Extension

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

CTI Extension là gì?

CTI Extension là một tiện ích mở rộng Chrome được phát triển bởi Groupe MBJ, và tính năng chính của nó là "Affiche une PopUP lors d'un appel entrant d'une ligne OVH".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CTI Extension

Tải xuống các tệp mở rộng CTI Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CTI Extension CTI Extension
ID mpbgbnfmoodnbbimmdafcemakknpkcah
URL Chính Thức https://chromewebstore.google.com/detail/cti-extension/mpbgbnfmoodnbbimmdafcemakknpkcah
Mô tả Affiche une PopUP lors d'un appel entrant d'une ligne OVH
Kích Thước Tệp 73.58 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2018-12-27
Ngày Phát Hành 2018-12-27
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Groupe MBJ
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}