gloCOM Call

Use gloCOM to call numbers in Chrome.

Wat is gloCOM Call?

gloCOM Call is een Chrome-extensie ontwikkeld door Bicom Systems ltd, en de belangrijkste functie is "Use gloCOM to call numbers in Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie gloCOM Call

Download gloCOM Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam gloCOM Call gloCOM Call
ID fmeenkjnbikclpgbonadanhnipgmofhn
Officiële URL https://chromewebstore.google.com/detail/glocom-call/fmeenkjnbikclpgbonadanhnipgmofhn
Beschrijving Use gloCOM to call numbers in Chrome.
Bestandsgrootte 130 KB
Aantal Installaties 4,000
Huidige Versie 7.0.0.1
Laatst Bijgewerkt 2023-11-13
Publicatiedatum 2020-06-29
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Bicom Systems ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bicomsystems.com
URL van de Privacybeleid Pagina https://www.bicomsystems.com/privacy-and-cookie-policy
Ondersteunde Talen 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
    }
}