OneBar.io

Q&A Hub for Your Team

Cos'è OneBar.io?

OneBar.io è un'estensione di Chrome sviluppata da https://onebar.io, e la sua funzione principale è "Q&A Hub for Your Team".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OneBar.io

Scarica i file di estensione OneBar.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OneBar.io OneBar.io
ID ikndgeeggdaaokmjflahjdepnddokjmm
URL Ufficiale https://chromewebstore.google.com/detail/onebario/ikndgeeggdaaokmjflahjdepnddokjmm
Descrizione Q&A Hub for Your Team
Dimensione del File 1.51 MB
Conteggio Installazioni 81
Versione Corrente 0.0.10
Ultimo Aggiornamento 2023-02-04
Data di Pubblicazione 2020-11-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://onebar.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onebar.io/
URL della Pagina di Aiuto https://onebar.io/support
URL della Pagina della Politica sulla Privacy https://www.thetodobot.com/privacy-policy
Lingue Supportate 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"
    }
}