OneBar.io

Q&A Hub for Your Team

Vad är OneBar.io?

OneBar.io är en Chrome-tillägg utvecklad av https://onebar.io, och dess huvudfunktion är "Q&A Hub for Your Team".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner OneBar.io-förlängningens CRX-fil

Ladda ner OneBar.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OneBar.io OneBar.io
ID ikndgeeggdaaokmjflahjdepnddokjmm
Officiell webbadress https://chromewebstore.google.com/detail/onebario/ikndgeeggdaaokmjflahjdepnddokjmm
Beskrivning Q&A Hub for Your Team
Filstorlek 1.51 MB
Antal Installationer 81
Aktuell Version 0.0.10
Senast Uppdaterad 2023-02-04
Publiceringsdatum 2020-11-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://onebar.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://onebar.io/
Hjälpsida URL https://onebar.io/support
URL till Sekretesspolicy Sidan https://www.thetodobot.com/privacy-policy
Stödda Språk 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"
    }
}