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 |
官方網址 | 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" } } |