Bloomfire

Make knowledge accessible no matter where your team is working.

Bloomfire là gì?

Bloomfire là một tiện ích mở rộng Chrome được phát triển bởi Bloomfire, và tính năng chính của nó là "Make knowledge accessible no matter where your team is working.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bloomfire

Tải xuống các tệp mở rộng Bloomfire dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bloomfire Bloomfire
ID ebgcjjkmdheaflkfkgppaaoiilegjhgc
URL Chính Thức https://chromewebstore.google.com/detail/bloomfire/ebgcjjkmdheaflkfkgppaaoiilegjhgc
Mô tả Make knowledge accessible no matter where your team is working.
Kích Thước Tệp 962 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 2.26
Cập Nhật Lần Cuối 2018-02-20
Ngày Phát Hành 2018-02-20
Nhà Phát Triển Bloomfire
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bloomfire.com
URL Trang Chính Sách Bảo Mật https://bloomfire.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}