OneBar.io

Q&A Hub for Your Team

Hvad er OneBar.io?

OneBar.io er en Chrome-udvidelse udviklet af https://onebar.io, og dens hovedfunktion er "Q&A Hub for Your Team".

Udvidelsesskærmbilleder

screenshot
screenshot

Download OneBar.io-udvidelses-CRX-fil

Download OneBar.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OneBar.io OneBar.io
ID ikndgeeggdaaokmjflahjdepnddokjmm
Officiel URL https://chromewebstore.google.com/detail/onebario/ikndgeeggdaaokmjflahjdepnddokjmm
Beskrivelse Q&A Hub for Your Team
Filstørrelse 1.51 MB
Antal Installationer 81
Nuværende Version 0.0.10
Senest Opdateret 2023-02-04
Udgivelsesdato 2020-11-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://onebar.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://onebar.io/
Hjælpeside-URL https://onebar.io/support
URL til Fortrolighedspolitik Side https://www.thetodobot.com/privacy-policy
Understøttede Sprog 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"
    }
}