Bichanu
Um timer simples que muda as cores dos itens na lista de atendimentos da plataforma Opa! chat.
What is Bichanu?
Bichanu is a Chrome extension developed by Wilton Ribeiro, and its main feature is "Um timer simples que muda as cores dos itens na lista de atendimentos da plataforma Opa! chat.".
Extension Screenshots
Download Bichanu Extension CRX File
Download Bichanu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cores de acordo com prioridade
Preto => Atendimento selecionado no momento
Verde => Cliente mandou mensagem
Cinza => Atendimento com a tag "não encerrar"
Vermelho => Atendimentos que podem ser finalizados por inatividade
Amarelo => Atendimentos que podem devem receber o aviso de inatividade
Azul => Atendimentos dentro do tempo limite de resposta
Fluxo inatividade
20 minutos para enviar o aviso de inatividade (atendimento em amarelo)
10 minutos após aviso encerrar por inatividade (atendimento em vermelho) Extension Basic Information
| Name | |
| ID | cjgdabhbomnpcdklddldpblmldcgpjhe |
| Official URL | https://chromewebstore.google.com/detail/bichanu/cjgdabhbomnpcdklddldpblmldcgpjhe |
| Description | Um timer simples que muda as cores dos itens na lista de atendimentos da plataforma Opa! chat. |
| File Size | 16.16 KB |
| Installation Count | 99 |
| Current Version | 1.1 |
| Last Updated | 2022-04-11 |
| Publish Date | 2021-12-16 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Wilton Ribeiro |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/100ze/bichanu |
| Supported Languages | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bichanu",
"description": "Um timer simples que muda as cores dos itens na lista de atendimentos da plataforma Opa! chat.",
"version": "1.1",
"manifest_version": 3,
"action": {
"default_icon": {
"128": "img\/bichanu.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting"
]
} | |