Slack Desktop Notifications Visibility Helper

Allows visibility mode configuration for Slack Desktop Notifications

Slack Desktop Notifications Visibility Helper란 무엇입니까?

Slack Desktop Notifications Visibility Helper은(는) https://sites.google.com/site/cipinistor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows visibility mode configuration for Slack Desktop Notifications"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Slack Desktop Notifications Visibility Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Slack Desktop Notifications (for Windows) are visible for only several seconds and after they get dismissed there is no visual indicator for unread messages. 

This extension is intended ONLY for allowing configuration of visibility mode for Slack Desktop Notifications (in lack of a Slack-client for Windows).

Visibility options:
1. Use Sticky Notifications (Notification are visible until closed/read)
2. Use Default behavior (Notifications are automatically dismissed)

After installing the extension the 1st option will activate automatically, which will overwrite the default behavior.

This can be configured by going to Preferences, see screenshots (click on User -> Preferences -> Notifications -> Visibility options).


***
Update:

Slack released a Windows app making this extension almost obsolete. 

However, for some reason, the Windows app Notifications don't work properly MOST of the times so I still HAVE TO use this extension instead the official Windows app (Notifications simply do not get triggered and I keep missing important messages ALL THE TIME).

Also, official Windows app doesn't have "sticky" Notifications.
***                    

확장 프로그램 기본 정보

이름 Slack Desktop Notifications Visibility Helper Slack Desktop Notifications Visibility Helper
ID cghmfdbnaglgkbajgpkciklfeafoknmp
공식 URL https://chromewebstore.google.com/detail/slack-desktop-notificatio/cghmfdbnaglgkbajgpkciklfeafoknmp
설명 Allows visibility mode configuration for Slack Desktop Notifications
파일 크기 12.93 KB
설치 횟수 6,534
현재 버전 0.0.0.4
최근 업데이트 2015-05-27
출시 날짜 2015-05-26
평점 3.62/5 총 21 개의 평점
개발자 https://sites.google.com/site/cipinistor
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Desktop Notifications Visibility Helper",
    "short_name": "Slack Desktop Notifications Visibility",
    "description": "Allows visibility mode configuration for Slack Desktop Notifications",
    "manifest_version": 2,
    "version": "0.0.0.4",
    "icons": {
        "128": "Slack.png"
    },
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}