Slack Desktop Notifications Visibility Helper
Allows visibility mode configuration for Slack Desktop Notifications
Τι είναι το Slack Desktop Notifications Visibility Helper;
Το Slack Desktop Notifications Visibility Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/cipinistor, και η κύρια λειτουργία του είναι "Allows visibility mode configuration for Slack Desktop Notifications".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Slack Desktop Notifications Visibility Helper
Λήψη αρχείων επέκτασης 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 |
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" ] } |