Yealink Browser Integration Extension

Yealink Integration Extension

Cos'è Yealink Browser Integration Extension?

Yealink Browser Integration Extension è un'estensione di Chrome sviluppata da Yealink, e la sua funzione principale è "Yealink Integration Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yealink Browser Integration Extension

Scarica i file di estensione Yealink Browser Integration Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It is use to help Yealink USB headset to communicate with Softclient which has ingreated the Yealink Web SDK.
Note:If you want the plugin to work properly, you need to allow plugin access to file URLs in Google Chrome, the path is More tools->Extensions->Details on 'Yealink Browser Integration Extension'->Allow access to file URLs->Switch to Enable                    

Informazioni di Base sull'Estensione

Nome Yealink Browser Integration Extension Yealink Browser Integration Extension
ID fljadbkdkmpknlgjaanmmblgkopgicpj
URL Ufficiale https://chromewebstore.google.com/detail/yealink-browser-integrati/fljadbkdkmpknlgjaanmmblgkopgicpj
Descrizione Yealink Integration Extension
Dimensione del File 12.42 KB
Conteggio Installazioni 266
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-01-10
Data di Pubblicazione 2021-04-24
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Yealink
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.yealink.com
URL della Pagina di Aiuto https://support.yealink.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yealink Browser Integration Extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.1.0.3",
    "version_name": "1.0.3",
    "description": "Yealink Integration Extension",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "nativeMessaging"
    ],
    "optional_permissions": [
        "storage"
    ]
}