Trident Extension

Trident Extension

Co to jest Trident Extension?

Trident Extension to rozszerzenie Chrome opracowane przez Dialoga Group, LLC, a jego główną funkcją jest „Trident Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Trident Extension

Pobierz pliki rozszerzeń Trident Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trident Extension Trident Extension
ID enaooleobhiickinfoghmfjkmcogbipk
Oficjalny URL https://chromewebstore.google.com/detail/trident-extension/enaooleobhiickinfoghmfjkmcogbipk
Opis Trident Extension
Rozmiar pliku 56.14 KB
Liczba instalacji 188
Aktualna Wersja 11.0.0
Ostatnia Aktualizacja 2024-01-15
Data Publikacji 2020-05-27
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Dialoga Group, LLC
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://trident.dialoga.io/privacy/index.html
Obsługiwane Języki 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\/*"
    ]
}