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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |