Gmail Conversation Thread Reversal
Gmail Conversation Thread Reversal - show the latest email first
Was ist Gmail Conversation Thread Reversal?
Gmail Conversation Thread Reversal ist eine Chrome-Erweiterung, die von vanitamundhra entwickelt wurde, und ihr Hauptmerkmal ist "Gmail Conversation Thread Reversal - show the latest email first".
Erweiterungsscreenshots
Gmail Conversation Thread Reversal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gmail Conversation Thread Reversal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Gmail Conversation Thread Reversal |
ID | dcndepobapcpcoglblfbmcbfijmkieeo |
Offizielle URL | https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo |
Beschreibung | Gmail Conversation Thread Reversal - show the latest email first |
Dateigröße | 12.47 KB |
Installationsanzahl | 2,771 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-03-30 |
Veröffentlichungsdatum | 2023-03-26 |
Bewertung | 1.67/5 Insgesamt 3 Bewertungen |
Entwickler | vanitamundhra |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://shorelineanimation.com/ |
Unterstützte Sprachen | 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\/" ] } ] } |