BotOs
View all recent conversations from multiple inbox at one place
Cos'è BotOs?
BotOs è un'estensione di Chrome sviluppata da manpreet, e la sua funzione principale è "View all recent conversations from multiple inbox at one place".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BotOs
Scarica i file di estensione BotOs 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mjepklgfhcogdfnhgdfddjiffhboelob |
| URL Ufficiale | https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob |
| Descrizione | View all recent conversations from multiple inbox at one place |
| Dimensione del File | 179 KB |
| Conteggio Installazioni | 420 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2019-07-09 |
| Data di Pubblicazione | 2019-07-08 |
| Sviluppatore | manpreet |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://inboxr.com |
| Lingue Supportate | 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"
]
} | |