Bitglass Gmail Conversation Reverser
The addon which reverse emails in conversation view.
Τι είναι το Bitglass Gmail Conversation Reverser;
Το Bitglass Gmail Conversation Reverser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bitglass.com, και η κύρια λειτουργία του είναι "The addon which reverse emails in conversation view.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bitglass Gmail Conversation Reverser
Λήψη αρχείων επέκτασης Bitglass Gmail Conversation Reverser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension reverses Gmail order in conversation view when secured by Bitglass reverse proxy. Since users will also reverse email order in conversation view for Gmail sessions not secured by Bitglass proxy. About Bitglass: Managed Apps: Bitglass' Zero-day cloud access security broker (CASB) solution uniquely balances cloud agility, security, and user experience. Agentless Zero-day controls for any device. Control the flow of sensitive data into and out of the cloud in real time with Bitglass cloud DLP and contextual access control. Monitor and control data at rest in the cloud via APIs. Ensure security and compliance for data-at-rest with searchable Cloud Encryption. Protect data from breaches while preserving full application functionality. Agentless Zero-Day malware and threat protection Unmanaged Apps: Analyze application usage at the firewall or proxy and control usage of unmanaged applications. Automated ShadowIT index of over 100K apps detect and rate unmanaged app risk. Block, coach, and control unmanaged cloud applications on any managed device. Zero-day Unmanaged App Control leverages patent-pending technology that automatically detects and controls leakage paths in any app. Mobile Security: Mobile is an inseparable component of cloud security. Bitglass' data-centric approach to mobile security ensures that corporate information stays protected on any device, anywhere. Secure mobile and BYOD painlessly with Bitglass' agentless mobile security solution. It takes just minutes to configure and deploy for both users and admins. Control and protect corporate data on any mobile device with DLP, device controls, and more.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bitglass Gmail Conversation Reverser |
ID | knkpdnonbflfahiiimeobifmcfpjpdjp |
Επίσημο URL | https://chromewebstore.google.com/detail/bitglass-gmail-conversati/knkpdnonbflfahiiimeobifmcfpjpdjp |
Περιγραφή | The addon which reverse emails in conversation view. |
Μέγεθος Αρχείου | 8.61 KB |
Αριθμός Εγκαταστάσεων | 1,941 |
Τρέχουσα Έκδοση | 0.0.7 |
Τελευταία Ενημέρωση | 2020-02-25 |
Ημερομηνία Δημοσίευσης | 2020-02-25 |
Προγραμματιστής | https://bitglass.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "browser_action": { "default_icon": { "48": "img\/icon_48.png" }, "default_title": "Gmail reverse conversation" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/gmail-reverse-conversation.js" ], "matches": [ "https:\/\/mail-google-com.btglss.net\/*", "https:\/\/mail-google-com.us.bitglass.net\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "description": "The addon which reverse emails in conversation view.", "icons": { "24": "img\/icon_24.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "Bitglass Gmail Conversation Reverser", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7", "web_accessible_resources": [ "js\/gmail-reverse-conversation.js", "img\/*.png", "css\/gmail-reverse-conversation.css" ] } |