Gmail Conversation Thread Reversal
Gmail Conversation Thread Reversal - show the latest email first
Qu'est-ce que Gmail Conversation Thread Reversal ?
Gmail Conversation Thread Reversal est une extension Chrome développée par vanitamundhra, et sa fonction principale est "Gmail Conversation Thread Reversal - show the latest email first".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Conversation Thread Reversal
Téléchargez les fichiers d'extension Gmail Conversation Thread Reversal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Gmail Conversation Thread Reversal |
ID | dcndepobapcpcoglblfbmcbfijmkieeo |
URL Officiel | https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo |
Description | Gmail Conversation Thread Reversal - show the latest email first |
Taille du Fichier | 12.47 KB |
Nombre d'Installations | 2,771 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-03-30 |
Date de Publication | 2023-03-26 |
Évaluation | 1.67/5 Total 3 Évaluations |
Développeur | vanitamundhra |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://shorelineanimation.com/ |
Langues Prises en Charge | 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\/" ] } ] } |