blueKiwi Notifier
This is an unofficial Chrome extension for use with blueKiwi
blueKiwi Notifier란 무엇입니까?
blueKiwi Notifier은(는) Greg Hesp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an unofficial Chrome extension for use with blueKiwi"입니다.
확장 프로그램 스크린샷
blueKiwi Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |