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 |
公式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" ] } |