BotOs
View all recent conversations from multiple inbox at one place
What is BotOs?
BotOs is a Chrome extension developed by manpreet, and its main feature is "View all recent conversations from multiple inbox at one place".
Extension Screenshots
Download BotOs Extension CRX File
Download BotOs 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
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.
Extension Basic Information
Name | BotOs |
ID | mjepklgfhcogdfnhgdfddjiffhboelob |
Official URL | https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob |
Description | View all recent conversations from multiple inbox at one place |
File Size | 179 KB |
Installation Count | 420 |
Current Version | 1.3 |
Last Updated | 2019-07-09 |
Publish Date | 2019-07-08 |
Developer | manpreet |
Payment Type | free |
Extension Website | https://inboxr.com |
Supported Languages | 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" ] } |