Bloomfire

Make knowledge accessible no matter where your team is working.

Co je Bloomfire?

Bloomfire je rozšíření Chrome vyvinuté Bloomfire, a jeho hlavní funkcí je „Make knowledge accessible no matter where your team is working.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bloomfire

Stáhněte si soubory rozšíření Bloomfire ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Bloomfire Bloomfire
ID ebgcjjkmdheaflkfkgppaaoiilegjhgc
Oficiální URL https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc
Popis Make knowledge accessible no matter where your team is working.
Velikost souboru 962 KB
Počet instalací 68
Aktuální Verze 2.26
Poslední Aktualizace 2018-02-20
Datum Vydání 2018-02-20
Vývojář Bloomfire
Typ Platby free
Webové stránky Rozšíření http://www.bloomfire.com
URL Stránky Zásad Ochrany Soukromí https://bloomfire.com/privacy-policy
Podporované Jazyky 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"
    }
}