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
官方網址 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"
    }
}