OneBar.io

Q&A Hub for Your Team

OneBar.io là gì?

OneBar.io là một tiện ích mở rộng Chrome được phát triển bởi https://onebar.io, và tính năng chính của nó là "Q&A Hub for Your Team".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneBar.io

Tải xuống các tệp mở rộng OneBar.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OneBar.io OneBar.io
ID ikndgeeggdaaokmjflahjdepnddokjmm
URL Chính Thức https://chromewebstore.google.com/detail/onebario/ikndgeeggdaaokmjflahjdepnddokjmm
Mô tả Q&A Hub for Your Team
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2020-11-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://onebar.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onebar.io/
URL Trang Trợ Giúp https://onebar.io/support
URL Trang Chính Sách Bảo Mật https://www.thetodobot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}