Trident Extension

Trident Extension

Trident Extensionคืออะไร?

Trident Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dialoga Group, LLC และคุณลักษณะหลักของมันคือ "Trident Extension"

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

screenshot
screenshot

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

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

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

                        Our Dialoga PBX is the core component of our WebRTC service offer. It combines all the benefits of an advanced dynamic call control and routing engine with a full-featured caller interaction solution. This can all be accessed through the easy-to-use self-management and reporting interface. With Dialoga PBX your company can have a PBX based on WebRTC technology, without having to acquire any hardware and without any connection or physical infrastructure. WebRTC technology integrates directly into your browser, allowing you to communicate easily and receive calls directly on your computer screen.                    

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

ชื่อ Trident Extension Trident Extension
ID enaooleobhiickinfoghmfjkmcogbipk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trident-extension/enaooleobhiickinfoghmfjkmcogbipk
คำอธิบาย Trident Extension
ขนาดไฟล์ 56.14 KB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 11.0.0
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2020-05-27
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dialoga Group, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://trident.dialoga.io/privacy/index.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trident Extension",
    "description": "Trident Extension",
    "version": "11.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                ".\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "scripting",
        "unlimitedStorage",
        "tabs",
        "background",
        "unlimitedStorage",
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trident.dialoga.io\/hubspot\/*",
            "https:\/\/api.hubapi.com\/*",
            "https:\/\/*.hubspot.com\/*",
            "https:\/\/app.hubspot.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/app.hubspot.com\/*",
        "https:\/\/api.hubapi.com\/*"
    ]
}