Slack Desktop Notifications Visibility Helper
Allows visibility mode configuration for Slack Desktop Notifications
Slack Desktop Notifications Visibility Helper là gì?
Slack Desktop Notifications Visibility Helper là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/cipinistor, và tính năng chính của nó là "Allows visibility mode configuration for Slack Desktop Notifications".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slack Desktop Notifications Visibility Helper
Tải xuống các tệp mở rộng Slack Desktop Notifications Visibility Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. ***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slack Desktop Notifications Visibility Helper |
ID | cghmfdbnaglgkbajgpkciklfeafoknmp |
URL Chính Thức | https://chromewebstore.google.com/detail/slack-desktop-notificatio/cghmfdbnaglgkbajgpkciklfeafoknmp |
Mô tả | Allows visibility mode configuration for Slack Desktop Notifications |
Kích Thước Tệp | 12.93 KB |
Số Lần Cài Đặt | 6,534 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2015-05-27 |
Ngày Phát Hành | 2015-05-26 |
Đánh Giá | 3.62/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://sites.google.com/site/cipinistor |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |