BotOs

View all recent conversations from multiple inbox at one place

什么是BotOs?

BotOs是由manpreet开发的Chrome扩展程序,该扩展的主要功能是“View all recent conversations from multiple inbox at one place”。

扩展截图

下载BotOs扩展crx文件

下载BotOs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BotOs BotOs
ID mjepklgfhcogdfnhgdfddjiffhboelob
官方URL https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob
简介 View all recent conversations from multiple inbox at one place
文件大小 179 KB
安装次数 420
当前版本 1.3
更新时间 2019-07-09
上架时间 2019-07-08
开发者 manpreet
付费类型 free
扩展官网 https://inboxr.com
支持的语言 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"
    ]
}