blueKiwi Notifier
This is an unofficial Chrome extension for use with blueKiwi
blueKiwi Notifier क्या है?
blueKiwi Notifier Greg Hesp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an unofficial Chrome extension for use with blueKiwi"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में blueKiwi Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
blueKiwi notifier is a free unofficial chrome extension for blueKiwi, the leading enterprise social network. This extension is created by top-grade developers from Atos, and has been approved for use. Software for use. This extension will have no official support, but is maintained on best effort. Use at your own risk. blueKiwi notifier can: ✓ Show all notifications received from your blueKiwi directly in your browser ✓ A notification counter in your browser will show when new notifications have been send to you ✓ Notification popups ✓ One click redirection to any notification from the extension to post in blueKiwi ✓ A convenient configuration pages in which you can supply your instance name ✓ A home button, to direct you to the homepage of the configured instance ✓ Utilize the connection of your existing instance connections for authentication ✓ Provide desktop notification without Chrome running
एक्सटेंशन की मूल जानकारी
नाम | blueKiwi Notifier |
ID | nmokaddnjebadokcmjfbinphpfkenghp |
आधिकारिक URL | https://chromewebstore.google.com/detail/bluekiwi-notifier/nmokaddnjebadokcmjfbinphpfkenghp |
विवरण | This is an unofficial Chrome extension for use with blueKiwi |
फ़ाइल का आकार | 527 KB |
स्थापना संख्या | 372 |
वर्तमान संस्करण | 2.3.2.1 |
अंतिम अपडेट | 2014-11-19 |
प्रकाशन तिथि | 2014-11-18 |
रेटिंग | 4.55/5 कुल 75 रेटिंग्स |
डेवलपर | Greg Hesp |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "blueKiwi Notifier", "description": "This is an unofficial Chrome extension for use with blueKiwi", "version": "2.3.2.1", "background": { "scripts": [ "js\/common.js", "js\/jquery.js", "js\/moment.min.js", "js\/background.js", "js\/bootstrap.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup_default.html", "default_title": "blueKiwi Notifier" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage", "background" ], "web_accessible_resources": [ "img\/icon128.png" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/favico.js", "js\/content_script.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |