Bloomfire
Make knowledge accessible no matter where your team is working.
¿Qué es Bloomfire?
Bloomfire es una extensión de Chrome desarrollada por Bloomfire, y su función principal es "Make knowledge accessible no matter where your team is working.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bloomfire
Descarga archivos de extensión Bloomfire en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ebgcjjkmdheaflkfkgppaaoiilegjhgc |
URL Oficial | https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Descripción | Make knowledge accessible no matter where your team is working. |
Tamaño del Archivo | 962 KB |
Cantidad de Instalaciones | 68 |
Versión Actual | 2.26 |
Última Actualización | 2018-02-20 |
Fecha de Publicación | 2018-02-20 |
Desarrollador | Bloomfire |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.bloomfire.com |
URL de la Página de Política de Privacidad | https://bloomfire.com/privacy-policy |
Idiomas Soportados | 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" } } |