Bloomfire
Make knowledge accessible no matter where your team is working.
Was ist Bloomfire?
Bloomfire ist eine Chrome-Erweiterung, die von Bloomfire entwickelt wurde, und ihr Hauptmerkmal ist "Make knowledge accessible no matter where your team is working.".
Erweiterungsscreenshots
Bloomfire-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bloomfire-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Offizielle URL | https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc |
Beschreibung | Make knowledge accessible no matter where your team is working. |
Dateigröße | 962 KB |
Installationsanzahl | 68 |
Aktuelle Version | 2.26 |
Letztes Update | 2018-02-20 |
Veröffentlichungsdatum | 2018-02-20 |
Entwickler | Bloomfire |
Zahlungsart | free |
Erweiterungswebsite | http://www.bloomfire.com |
URL der Datenschutzrichtlinien-Seite | https://bloomfire.com/privacy-policy |
Unterstützte Sprachen | 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" } } |