Gmail Conversation Thread Reversal
Gmail Conversation Thread Reversal - show the latest email first
Co to jest Gmail Conversation Thread Reversal?
Gmail Conversation Thread Reversal to rozszerzenie Chrome opracowane przez vanitamundhra, a jego główną funkcją jest „Gmail Conversation Thread Reversal - show the latest email first”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Conversation Thread Reversal
Pobierz pliki rozszerzeń Gmail Conversation Thread Reversal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Gmail Conversation Thread Reversal |
ID | dcndepobapcpcoglblfbmcbfijmkieeo |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo |
Opis | Gmail Conversation Thread Reversal - show the latest email first |
Rozmiar pliku | 12.47 KB |
Liczba instalacji | 2,771 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-03-30 |
Data Publikacji | 2023-03-26 |
Ocena | 1.67/5 Łącznie 3 Oceny |
Deweloper | vanitamundhra |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | http://shorelineanimation.com/ |
Obsługiwane Języki | 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\/" ] } ] } |