gloCOM Call

Use gloCOM to call numbers in Chrome.

gloCOM Call क्या है?

gloCOM Call Bicom Systems ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use gloCOM to call numbers in Chrome."।

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

screenshot
screenshot
screenshot

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

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

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

                        gloCOM is a GLOBAL COMMUNICATOR desktop and mobile application designed to
enhance the communicating capabilities of enterprise and call center staff.
Appropriately termed "the future of communication", gloCOM 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 gloCOM users to click-to-dial telephone numbers within
Google Chrome.

To learn more, visit http://www.bicomsystems.com/products/glocom or watch
our gloCOM Video https://www.youtube.com/watch?v=naL7EuwNKaw                    

एक्सटेंशन की मूल जानकारी

नाम gloCOM Call gloCOM Call
ID fmeenkjnbikclpgbonadanhnipgmofhn
आधिकारिक URL https://chromewebstore.google.com/detail/glocom-call/fmeenkjnbikclpgbonadanhnipgmofhn
विवरण Use gloCOM to call numbers in Chrome.
फ़ाइल का आकार 130 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 7.0.0.1
अंतिम अपडेट 2023-11-13
प्रकाशन तिथि 2020-06-29
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Bicom Systems ltd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bicomsystems.com
गोपनीयता नीति पृष्ठ URL https://www.bicomsystems.com/privacy-and-cookie-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Bicom Systems ltd",
    "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 gloCOM to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "gloCOM Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}