MeetPhone Call

Use MeetPhone to call numbers in Chrome.

什么是MeetPhone Call?

MeetPhone Call是由https://meetip.net开发的Chrome扩展程序,该扩展的主要功能是“Use MeetPhone to call numbers in Chrome.”。

扩展截图

screenshot

下载MeetPhone Call扩展crx文件

下载MeetPhone Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MeetPhone is a Unified communications desktop and mobile application designed to enhance the communicating capabilities of enterprise and call center staff.
Appropriately termed "the future of communication", MeetPhone can be used as a softphone or integrated with your IP phone to simplify and streamline communications for individual workers and entire enterprises. Features include: incoming and outgoing calls, video calls, instant messaging, conferencing, group chat, fax, call monitoring, and much more.

This extension allows MeetPhone users to click-to-dial telephone numbers within Google Chrome. Any valid phone number will be converted into a clickable link, and clicking it will dial the number in the MeetPhone app. Also, the user can also dial by selecting a number pressing right-click and choosing "MeetPhone" from the context menu.                    

扩展基本信息

名称 MeetPhone Call MeetPhone Call
ID hfhnmpnmambfbbobicicbcbgflhkpkbj
官方URL https://chromewebstore.google.com/detail/meetphone-call/hfhnmpnmambfbbobicicbcbgflhkpkbj
简介 Use MeetPhone to call numbers in Chrome.
文件大小 129 KB
安装次数 820
当前版本 5.1.0.0
更新时间 2022-12-15
上架时间 2022-12-15
开发者 https://meetip.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.meetip.net/
帮助页面URL https://www.meetip.net/
支持的语言 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "MeetIP",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use MeetPhone to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "MeetPhone Call",
    "permissions": [
        "contextMenus"
    ],
    "version": "5.1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}