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 |
ID | mjepklgfhcogdfnhgdfddjiffhboelob |
官方網址 | 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" ] } |