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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows visibility mode configuration for Slack Desktop Notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slack Desktop Notifications Visibility Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |