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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |