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ファイルをダウンロード

Slack Desktop Notifications Visibility Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}