Bold360

Search in Bold360 with just a click.

Cos'è Bold360?

Bold360 è un'estensione di Chrome sviluppata da Bold360, e la sua funzione principale è "Search in Bold360 with just a click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bold360

Scarica i file di estensione Bold360 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

                        Bold360 ai is your relentless warrior when it comes to helping your company’s customer-facing employees. It never sleeps, never talks back, never goes on holiday; always ready to help. And with natural language processing, Bold360 ai helps employees solve their own problems anytime.

With the Bold360 Chrome Extension you can search for answers in your Bold360 Knowledge Base with just a click, or immediately suggest additional topics to your Knowledge Base Manager.

Note: You need a Bold360 subscription to use this Chrome Extension.                    

Informazioni di Base sull'Estensione

Nome Bold360 Bold360
ID hpkhhigcdhholkgjieoppoahbkffkggk
URL Ufficiale https://chromewebstore.google.com/detail/bold360/hpkhhigcdhholkgjieoppoahbkffkggk
Descrizione Search in Bold360 with just a click.
Dimensione del File 194 KB
Conteggio Installazioni 852
Versione Corrente 1.0.9
Ultimo Aggiornamento 2022-11-21
Data di Pubblicazione 2020-04-29
Sviluppatore Bold360
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.genesys.com/company/legal/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bold360",
    "version": "1.0.9",
    "homepage_url": "https:\/\/www.bold360.com\/",
    "manifest_version": 3,
    "description": "Search in Bold360 with just a click.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "web_accessible_resources": [],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Bold360",
        "default_popup": "popup.html"
    }
}