Gmail Conversation Thread Reversal
Gmail Conversation Thread Reversal - show the latest email first
Τι είναι το Gmail Conversation Thread Reversal;
Το Gmail Conversation Thread Reversal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vanitamundhra, και η κύρια λειτουργία του είναι "Gmail Conversation Thread Reversal - show the latest email first".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail Conversation Thread Reversal
Λήψη αρχείων επέκτασης Gmail Conversation Thread Reversal σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Gmail Email Thread Reverse is a Chrome Extension that reverses the order of your Gmail threads so that the most recent messages appear at the top of the threads or page. In other words, it alters the sequence of Gmail email threads from chronological to reverse chronological order. How can I install the Gmail Email Thread Reverse? To install the Gmail Email Thread Reverse, you can visit its Chrome Web Store page and click the "Add to Chrome" button. Once you have completed this step, the installation process is complete.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gmail Conversation Thread Reversal |
ID | dcndepobapcpcoglblfbmcbfijmkieeo |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo |
Περιγραφή | Gmail Conversation Thread Reversal - show the latest email first |
Μέγεθος Αρχείου | 12.47 KB |
Αριθμός Εγκαταστάσεων | 2,771 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-03-30 |
Ημερομηνία Δημοσίευσης | 2023-03-26 |
Αξιολόγηση | 1.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | vanitamundhra |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | http://shorelineanimation.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail Conversation Thread Reversal", "description": "Gmail Conversation Thread Reversal - show the latest email first", "version": "1.1", "permissions": [ "tabs", "activeTab" ], "action": { "default_icon": "email-reverse-thread.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/mail.google.com\/mail\/u\/0\/" ] } ] } |