Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
O que é Telavox CTI Notification Handler?
Telavox CTI Notification Handler é uma extensão do Chrome desenvolvida por Telavox AB, e sua principal característica é "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Telavox CTI Notification Handler
Baixe arquivos de extensão Telavox CTI Notification Handler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Informações Básicas da Extensão
Nome | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
URL Oficial | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Descrição | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
Tamanho do Arquivo | 16.22 KB |
Contagem de Instalações | 347 |
Versão Atual | 0.0.2 |
Última Atualização | 2022-01-17 |
Data de Publicação | 2021-04-20 |
Desenvolvedor | Telavox AB |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://telavox.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telavox CTI Notification Handler", "description": "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.", "version": "0.0.2", "background": { "service_worker": "background.js" }, "permissions": [], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.telavox.com\/*" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |