Bloomfire
Make knowledge accessible no matter where your team is working.
Vad är Bloomfire?
Bloomfire är en Chrome-tillägg utvecklad av Bloomfire, och dess huvudfunktion är "Make knowledge accessible no matter where your team is working.".
Tilläggsskärmbilder
Ladda ner Bloomfire-förlängningens CRX-fil
Ladda ner Bloomfire-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Officiell webbadress | https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Beskrivning | Make knowledge accessible no matter where your team is working. |
Filstorlek | 962 KB |
Antal Installationer | 68 |
Aktuell Version | 2.26 |
Senast Uppdaterad | 2018-02-20 |
Publiceringsdatum | 2018-02-20 |
Utvecklare | Bloomfire |
Betalningssätt | free |
Tilläggswebbplats | http://www.bloomfire.com |
URL till Sekretesspolicy Sidan | https://bloomfire.com/privacy-policy |
Stödda Språk | 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" } } |