Trident Extension

Trident Extension

Trident Extension là gì?

Trident Extension là một tiện ích mở rộng Chrome được phát triển bởi Dialoga Group, LLC, và tính năng chính của nó là "Trident Extension".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Trident Extension 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

                        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.                    

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

Tên Trident Extension Trident Extension
ID enaooleobhiickinfoghmfjkmcogbipk
URL Chính Thức https://chromewebstore.google.com/detail/trident-extension/enaooleobhiickinfoghmfjkmcogbipk
Mô tả Trident Extension
Kích Thước Tệp 56.14 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 11.0.0
Cập Nhật Lần Cuối 2024-01-15
Ngày Phát Hành 2020-05-27
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dialoga Group, LLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://trident.dialoga.io/privacy/index.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}