Bloomfire
Make knowledge accessible no matter where your team is working.
Bloomfireとは何ですか?
BloomfireはBloomfireによって開発されたChromeの拡張機能で、その主な機能は「Make knowledge accessible no matter where your team is working.」です。
拡張機能のスクリーンショット
Bloomfire拡張機能のCRXファイルをダウンロード
Bloomfire拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | ebgcjjkmdheaflkfkgppaaoiilegjhgc |
公式URL | https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc |
説明 | Make knowledge accessible no matter where your team is working. |
ファイルサイズ | 962 KB |
インストール数 | 68 |
現在のバージョン | 2.26 |
最終更新日 | 2018-02-20 |
公開日 | 2018-02-20 |
開発者 | Bloomfire |
支払い方法 | free |
拡張機能のウェブサイト | http://www.bloomfire.com |
プライバシーポリシーページのURL | https://bloomfire.com/privacy-policy |
対応言語 | 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" } } |