Bold360
Search in Bold360 with just a click.
Qu'est-ce que Bold360 ?
Bold360 est une extension Chrome développée par Bold360, et sa fonction principale est "Search in Bold360 with just a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bold360
Téléchargez les fichiers d'extension Bold360 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hpkhhigcdhholkgjieoppoahbkffkggk |
URL Officiel | https://chromewebstore.google.com/detail/bold360/hpkhhigcdhholkgjieoppoahbkffkggk |
Description | Search in Bold360 with just a click. |
Taille du Fichier | 194 KB |
Nombre d'Installations | 852 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2022-11-21 |
Date de Publication | 2020-04-29 |
Développeur | Bold360 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.genesys.com/company/legal/privacy-policy |
Langues Prises en Charge | 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" } } |