Bloomfire
Make knowledge accessible no matter where your team is working.
What is Bloomfire?
Bloomfire is a Chrome extension developed by Bloomfire, and its main feature is "Make knowledge accessible no matter where your team is working.".
Extension Screenshots
Download Bloomfire Extension CRX File
Download Bloomfire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Official URL | https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Description | Make knowledge accessible no matter where your team is working. |
File Size | 962 KB |
Installation Count | 68 |
Current Version | 2.26 |
Last Updated | 2018-02-20 |
Publish Date | 2018-02-20 |
Developer | Bloomfire |
Payment Type | free |
Extension Website | http://www.bloomfire.com |
Privacy Policy Page URL | https://bloomfire.com/privacy-policy |
Supported Languages | 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" } } |