Bloomfire

Make knowledge accessible no matter where your team is working.

Τι είναι το Bloomfire;

Το Bloomfire είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bloomfire, και η κύρια λειτουργία του είναι "Make knowledge accessible no matter where your team is working.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bloomfire

Λήψη αρχείων επέκτασης 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"
    }
}