gloCOM Call

Use gloCOM to call numbers in Chrome.

gloCOM Call là gì?

gloCOM Call là một tiện ích mở rộng Chrome được phát triển bởi Bicom Systems ltd, và tính năng chính của nó là "Use gloCOM to call numbers in Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng gloCOM Call

Tải xuống các tệp mở rộng gloCOM Call dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gloCOM Call gloCOM Call
ID fmeenkjnbikclpgbonadanhnipgmofhn
URL Chính Thức https://chromewebstore.google.com/detail/glocom-call/fmeenkjnbikclpgbonadanhnipgmofhn
Mô tả Use gloCOM to call numbers in Chrome.
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 7.0.0.1
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2020-06-29
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Bicom Systems ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bicomsystems.com
URL Trang Chính Sách Bảo Mật https://www.bicomsystems.com/privacy-and-cookie-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}