OneBar.io

Q&A Hub for Your Team

什么是OneBar.io?

OneBar.io是由https://onebar.io开发的Chrome扩展程序,该扩展的主要功能是“Q&A Hub for Your Team”。

扩展截图

screenshot
screenshot

下载OneBar.io扩展crx文件

下载OneBar.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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