Mitel Web Extension

Dials phone numbers on web pages using an installed Mitel softphone

Mitel Web Extension là gì?

Mitel Web Extension là một tiện ích mở rộng Chrome được phát triển bởi Mitel, và tính năng chính của nó là "Dials phone numbers on web pages using an installed Mitel softphone".

Ả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 Mitel Web Extension

Tải xuống các tệp mở rộng Mitel Web 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

                        An extension for Mitel subscribers, that identifies phone numbers on any web page, creating dial-able links. Numbers are dialed via several Mitel client applications.

Quick Reference Guide:

https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html

End User License Agreement: 

https://www.mitel.com/-/media/mitel/file/pdf/legal-docs/eula/mitel-web-extension-r1-eula-22sep20.pdf                    

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

Tên Mitel Web Extension Mitel Web Extension
ID njodpoefbejllnijefababpjlkhologo
URL Chính Thức https://chromewebstore.google.com/detail/mitel-web-extension/njodpoefbejllnijefababpjlkhologo
Mô tả Dials phone numbers on web pages using an installed Mitel softphone
Kích Thước Tệp 602 KB
Số Lần Cài Đặt 3,472
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-01-06
Ngày Phát Hành 2020-11-05
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Mitel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html
URL Trang Chính Sách Bảo Mật https://www.mitel.com/en-ca/legal/mitel-application-privacy-policy/mitel-cloud-application-privacy-policy-en
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Mitel Web Extension",
        "default_popup": "pages\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/ms-teams-integration.mitel.io\/",
                "https:\/\/ms-teams-integration.dev.mitel.io\/",
                "https:\/\/ms-teams-integration-stage.mitel.io\/",
                "https:\/\/ms-teams-integration-stage.dev.mitel.io\/"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}