Encompass Integrated Communications

Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.

Encompass Integrated Communicationsคืออะไร?

Encompass Integrated Communications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Encompass Technologies และคุณลักษณะหลักของมันคือ "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Encompass Integrated Communications

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

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

                        Interact with Encompass Support using with Encompass Voice and Encompass Reflect.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Encompass Integrated Communications Encompass Integrated Communications
ID ndjhcmffjdlgfpcpceodiooadnjfcfgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/encompass-integrated-comm/ndjhcmffjdlgfpcpceodiooadnjfcfgm
คำอธิบาย Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.
ขนาดไฟล์ 534 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 1.2.11
อัปเดตครั้งล่าสุด 2022-04-07
วันที่เผยแพร่ 2022-04-07
ผู้พัฒนา Encompass Technologies
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Encompass Integrated Communications",
    "description": "Allows greater functionality when interaction with Encompass Support and the Encompass Voice Voip system.",
    "version": "1.2.11",
    "manifest_version": 3,
    "background": {
        "service_worker": "extension.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Encompass Integrated Communications"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "guide.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}