BotOs

View all recent conversations from multiple inbox at one place

BotOs क्या है?

BotOs manpreet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View all recent conversations from multiple inbox at one place"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BotOs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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