T-Mobile Essential - Who's Calling

Call notifications for various communications platforms.

什么是T-Mobile Essential - Who's Calling?

T-Mobile Essential - Who's Calling是由Odido Netherlands开发的Chrome扩展程序,该扩展的主要功能是“Call notifications for various communications platforms.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载T-Mobile Essential - Who's Calling扩展crx文件

下载T-Mobile Essential - Who's Calling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Displays a pop-up with data, of the person who's calling you, from your CRM system. This extension requires a Who's Calling license from T-Mobile Netherlands.
 
To login, use the same username and password used for your Mitel Telepo account. A new icon in your browser indicates the status of your connection - blue means you are logged in and are receiving notifications, and red means you are disconnected. When logged in, click the icon to view your last calls and search for contacts.                    

扩展基本信息

名称 T-Mobile Essential - Who's Calling T-Mobile Essential - Who's Calling
ID hlckflfkmkncmkomlpkpobjooobhbopd
官方URL https://chromewebstore.google.com/detail/t-mobile-essential-whos-c/hlckflfkmkncmkomlpkpobjooobhbopd
简介 Call notifications for various communications platforms.
文件大小 617 KB
安装次数 156
当前版本 1.3.8
更新时间 2020-11-04
上架时间 2020-10-28
开发者 Odido Netherlands
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.t-mobile.nl/zakelijk
帮助页面URL https://www.t-mobile.nl/zakelijk/diensten/cloud-telefonie
隐私政策页面URL https://www.t-mobile.nl/privacy
支持的语言 en,nl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3.8",
    "default_locale": "en",
    "icons": {
        "48": "images\/icon-48.png"
    },
    "browser_action": {
        "default_icon": "images\/phone-call-icon-16-terminated.png",
        "default_title": "T-Mobile Essential - Who's Calling",
        "browser_style": true
    },
    "options_ui": {
        "page": "config.html"
    },
    "web_accessible_resources": [
        "js\/*.js",
        "css\/*.css",
        "images\/*.png",
        "iframe.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/popup.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*.pdf",
                "*.PDF"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/crm.soluno.se\/",
        "https:\/\/crmtest.pbxaddons.se\/",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/socket.io.slim.js",
            "js\/background.js"
        ]
    }
}