Bloomfire

Make knowledge accessible no matter where your team is working.

Cos'è Bloomfire?

Bloomfire è un'estensione di Chrome sviluppata da Bloomfire, e la sua funzione principale è "Make knowledge accessible no matter where your team is working.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bloomfire

Scarica i file di estensione Bloomfire in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bloomfire Bloomfire
ID ebgcjjkmdheaflkfkgppaaoiilegjhgc
URL Ufficiale https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc
Descrizione Make knowledge accessible no matter where your team is working.
Dimensione del File 962 KB
Conteggio Installazioni 68
Versione Corrente 2.26
Ultimo Aggiornamento 2018-02-20
Data di Pubblicazione 2018-02-20
Sviluppatore Bloomfire
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bloomfire.com
URL della Pagina della Politica sulla Privacy https://bloomfire.com/privacy-policy
Lingue Supportate 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"
    }
}