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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}