OneBar.io

Q&A Hub for Your Team

Co to jest OneBar.io?

OneBar.io to rozszerzenie Chrome opracowane przez https://onebar.io, a jego główną funkcją jest „Q&A Hub for Your Team”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia OneBar.io

Pobierz pliki rozszerzeń OneBar.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OneBar.io OneBar.io
ID ikndgeeggdaaokmjflahjdepnddokjmm
Oficjalny URL https://chromewebstore.google.com/detail/onebario/ikndgeeggdaaokmjflahjdepnddokjmm
Opis Q&A Hub for Your Team
Rozmiar pliku 1.51 MB
Liczba instalacji 81
Aktualna Wersja 0.0.10
Ostatnia Aktualizacja 2023-02-04
Data Publikacji 2020-11-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://onebar.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onebar.io/
Adres URL Strony Pomocy https://onebar.io/support
Adres URL Strony Polityki Prywatności https://www.thetodobot.com/privacy-policy
Obsługiwane Języki 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"
    }
}