Gmail Conversation Thread Reversal
Gmail Conversation Thread Reversal - show the latest email first
What is Gmail Conversation Thread Reversal?
Gmail Conversation Thread Reversal is a Chrome extension developed by vanitamundhra, and its main feature is "Gmail Conversation Thread Reversal - show the latest email first".
Extension Screenshots
Download Gmail Conversation Thread Reversal Extension CRX File
Download Gmail Conversation Thread Reversal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Gmail Conversation Thread Reversal |
ID | dcndepobapcpcoglblfbmcbfijmkieeo |
Official URL | https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo |
Description | Gmail Conversation Thread Reversal - show the latest email first |
File Size | 12.47 KB |
Installation Count | 2,771 |
Current Version | 1.1 |
Last Updated | 2023-03-30 |
Publish Date | 2023-03-26 |
Rating | 1.67/5 Total 3 Ratings |
Developer | vanitamundhra |
[email protected] | |
Payment Type | free |
Help Page URL | http://shorelineanimation.com/ |
Supported Languages | 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\/" ] } ] } |