T-Mobile Essential - Who's Calling

Call notifications for various communications platforms.

T-Mobile Essential - Who's Callingคืออะไร?

T-Mobile Essential - Who's Calling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Odido Netherlands และคุณลักษณะหลักของมันคือ "Call notifications for various communications platforms."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-Mobile Essential - Who's Calling

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}