OneBar.io

Q&A Hub for Your Team

OneBar.io क्या है?

OneBar.io https://onebar.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Q&A Hub for Your Team"।

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

screenshot
screenshot

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

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

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

                        OneBar Chrome extension allows you to access your Q&A knowledge base from any page in your browser.
🛎️ Quickly reply to customers with pre-canned answers
💾 Save anything you see as an OneBar Answer
💬 Ask your teammates for help without switching context

Activate the extension by clicking on the OneBar icon in your extension bar, then look for the OneBar button on the right side of the page. Click the button to expand the sidebar.

Select any text and use quick actions to search for similar questions or save anything to OneBar.

❗OneBar extension requires an active OneBar.io account.                    

एक्सटेंशन की मूल जानकारी

नाम OneBar.io OneBar.io
ID ikndgeeggdaaokmjflahjdepnddokjmm
आधिकारिक URL https://chromewebstore.google.com/detail/onebario/ikndgeeggdaaokmjflahjdepnddokjmm
विवरण Q&A Hub for Your Team
फ़ाइल का आकार 1.51 MB
स्थापना संख्या 81
वर्तमान संस्करण 0.0.10
अंतिम अपडेट 2023-02-04
प्रकाशन तिथि 2020-11-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://onebar.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://onebar.io/
सहायता पृष्ठ URL https://onebar.io/support
गोपनीयता नीति पृष्ठ URL https://www.thetodobot.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneBar.io",
    "description": "Q&A Hub for Your Team",
    "version": "0.0.10",
    "icons": {
        "16": "active.png",
        "32": "active.png",
        "48": "active.png",
        "128": "active.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "https:\/\/*.onebar.io\/graphql\/"
    ],
    "background": {
        "page": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/vendor.js",
                "\/assets\/alfred.js",
                "init.js"
            ],
            "exclude_matches": [
                "http:\/\/localhost:4200\/tests"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*.css",
        "\/images\/*",
        "active.png",
        "inactive.png"
    ],
    "browser_action": {
        "default_title": "Open OneBar",
        "default_icon": "inactive.png"
    }
}