BotOs

View all recent conversations from multiple inbox at one place

Apa itu BotOs?

BotOs adalah ekstensi Chrome yang dikembangkan oleh manpreet, dan fitur utamanya adalah "View all recent conversations from multiple inbox at one place".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi BotOs

Unduh file ekstensi BotOs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BotOs BotOs
ID mjepklgfhcogdfnhgdfddjiffhboelob
URL Resmi https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob
Deskripsi View all recent conversations from multiple inbox at one place
Ukuran File 179 KB
Jumlah Instalasi 420
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-07-09
Tanggal Publikasi 2019-07-08
Pengembang manpreet
Tipe Pembayaran free
Situs Ekstensi https://inboxr.com
Bahasa yang Didukung 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"
    ]
}