Bloomfire
Make knowledge accessible no matter where your team is working.
Qu'est-ce que Bloomfire ?
Bloomfire est une extension Chrome développée par Bloomfire, et sa fonction principale est "Make knowledge accessible no matter where your team is working.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bloomfire
Téléchargez les fichiers d'extension Bloomfire 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
Make knowledge accessible no matter where your team is working. Bloomfire is transforming the way companies share knowledge and insights by making them searchable and shareable so teams spend more time working and less time searching. The Bloomfire Chrome extension gives teams instant access to information, without having to switch apps. - Search for content within your Bloomfire Knowledge Sharing Platform - See when you have alerts and view your notifications including hi-fives, comments, and new follows - Preview content without having to open new tabs
Informations de Base sur l'Extension
Nom | |
ID | ebgcjjkmdheaflkfkgppaaoiilegjhgc |
URL Officiel | https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Description | Make knowledge accessible no matter where your team is working. |
Taille du Fichier | 962 KB |
Nombre d'Installations | 68 |
Version Actuelle | 2.26 |
Dernière Mise à Jour | 2018-02-20 |
Date de Publication | 2018-02-20 |
Développeur | Bloomfire |
Type de Paiement | free |
Site Web de l'Extension | http://www.bloomfire.com |
URL de la Page de Politique de Confidentialité | https://bloomfire.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bloomfire", "short_name": "Bloomfire", "description": "Make knowledge accessible no matter where your team is working.", "version": "2.26", "browser_action": { "default_icon": "img\/bloomfire-icon-16-gray.png", "default_title": "Bloomfire", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage", "background", "identity", "*:\/\/*\/*" ], "icons": { "16": "img\/bloomfire-icon-16.png", "48": "img\/bloomfire-icon-48.png", "128": "img\/bloomfire-icon-128.png" } } |