Bloomfire
Make knowledge accessible no matter where your team is working.
Bloomfire क्या है?
Bloomfire Bloomfire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make knowledge accessible no matter where your team is working."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bloomfire एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |