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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}