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.”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Bloomfire Bloomfire
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"
    }
}