MeetPhone Call

Use MeetPhone to call numbers in Chrome.

MeetPhone Call क्या है?

MeetPhone Call https://meetip.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use MeetPhone to call numbers in Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MeetPhone Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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