gloCOM Call

Use gloCOM to call numbers in Chrome.

gloCOM Callคืออะไร?

gloCOM Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bicom Systems ltd และคุณลักษณะหลักของมันคือ "Use gloCOM to call numbers in Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gloCOM Call

ดาวน์โหลดไฟล์ส่วนขยาย gloCOM Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}