Bloomfire

Make knowledge accessible no matter where your team is working.

O que é Bloomfire?

Bloomfire é uma extensão do Chrome desenvolvida por Bloomfire, e sua principal característica é "Make knowledge accessible no matter where your team is working.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bloomfire

Baixe arquivos de extensão Bloomfire no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bloomfire Bloomfire
ID ebgcjjkmdheaflkfkgppaaoiilegjhgc
URL Oficial https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc
Descrição Make knowledge accessible no matter where your team is working.
Tamanho do Arquivo 962 KB
Contagem de Instalações 68
Versão Atual 2.26
Última Atualização 2018-02-20
Data de Publicação 2018-02-20
Desenvolvedor Bloomfire
Tipo de Pagamento free
Site da Extensão http://www.bloomfire.com
URL da Página de Política de Privacidade https://bloomfire.com/privacy-policy
Idiomas Suportados 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"
    }
}