BotOs
View all recent conversations from multiple inbox at one place
Wat is BotOs?
BotOs is een Chrome-extensie ontwikkeld door manpreet, en de belangrijkste functie is "View all recent conversations from multiple inbox at one place".
Extensie Screenshots
Download het CRX-bestand van de extensie BotOs
Download BotOs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mjepklgfhcogdfnhgdfddjiffhboelob |
| Officiële URL | https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob |
| Beschrijving | View all recent conversations from multiple inbox at one place |
| Bestandsgrootte | 179 KB |
| Aantal Installaties | 420 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2019-07-09 |
| Publicatiedatum | 2019-07-08 |
| Ontwikkelaar | manpreet |
| Betalingswijze | free |
| Extensiewebsite | https://inboxr.com |
| Ondersteunde Talen | 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"
]
} | |