BotOs
View all recent conversations from multiple inbox at one place
O que é BotOs?
BotOs é uma extensão do Chrome desenvolvida por manpreet, e sua principal característica é "View all recent conversations from multiple inbox at one place".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BotOs
Baixe arquivos de extensão BotOs 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
BotOS is a chatbot builder platform, where users can build their chatbots for FB using a self-service portal. Also, business can setup their chatbot brand using this platform too.
Informações Básicas da Extensão
Nome | BotOs |
ID | mjepklgfhcogdfnhgdfddjiffhboelob |
URL Oficial | https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob |
Descrição | View all recent conversations from multiple inbox at one place |
Tamanho do Arquivo | 179 KB |
Contagem de Instalações | 420 |
Versão Atual | 1.3 |
Última Atualização | 2019-07-09 |
Data de Publicação | 2019-07-08 |
Desenvolvedor | manpreet |
Tipo de Pagamento | free |
Site da Extensão | https://inboxr.com |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BotOs", "description": "View all recent conversations from multiple inbox at one place", "version": "1.3", "background": { "scripts": [ "javascript\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/inboxr-logo.png", "default_title": "INBOXR", "default_popup": "inbox.html" }, "permissions": [ "activeTab", "background", "storage" ] } |