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
Eメール [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": [
                ""
            ]
        }
    ]
}