Five9 D5 Extension
Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.
O que é Five9 D5 Extension?
Five9 D5 Extension é uma extensão do Chrome desenvolvida por events, e sua principal característica é "Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Five9 D5 Extension
Baixe arquivos de extensão Five9 D5 Extension 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
Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension.
Informações Básicas da Extensão
Nome | Five9 D5 Extension |
ID | ooomfaipddbndjjgbpgkkbnchinamigh |
URL Oficial | https://chromewebstore.google.com/detail/five9-d5-extension/ooomfaipddbndjjgbpgkkbnchinamigh |
Descrição | Allows single sign-on between D4/D5 Envision client through Five9 Chrome Extension. |
Tamanho do Arquivo | 4.75 KB |
Contagem de Instalações | 1,160 |
Versão Atual | 1.3 |
Última Atualização | 2023-03-02 |
Data de Publicação | 2023-03-02 |
Desenvolvedor | events |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Five9 D5 Extension", "version": "1.3", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.five9.com\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*.five9.com\/" ], "permissions": [ "webNavigation", "activeTab" ] } |