Mitel Web Extension

Dials phone numbers on web pages using an installed Mitel softphone

Mitel Web Extension क्या है?

Mitel Web Extension Mitel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dials phone numbers on web pages using an installed Mitel softphone"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mitel Web Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Mitel Web Extension Mitel Web Extension
ID njodpoefbejllnijefababpjlkhologo
आधिकारिक URL https://chromewebstore.google.com/detail/mitel-web-extension/njodpoefbejllnijefababpjlkhologo
विवरण Dials phone numbers on web pages using an installed Mitel softphone
फ़ाइल का आकार 602 KB
स्थापना संख्या 3,472
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-01-06
प्रकाशन तिथि 2020-11-05
रेटिंग 4.75/5 कुल 8 रेटिंग्स
डेवलपर Mitel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html
गोपनीयता नीति पृष्ठ URL https://www.mitel.com/en-ca/legal/mitel-application-privacy-policy/mitel-cloud-application-privacy-policy-en
समर्थित भाषाएँ 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"
    ]
}