BotOs

View all recent conversations from multiple inbox at one place

BotOsคืออะไร?

BotOs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manpreet และคุณลักษณะหลักของมันคือ "View all recent conversations from multiple inbox at one place"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BotOs

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}