Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Cos'è Gmail Conversation Thread Reversal?

Gmail Conversation Thread Reversal è un'estensione di Chrome sviluppata da vanitamundhra, e la sua funzione principale è "Gmail Conversation Thread Reversal - show the latest email first".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail Conversation Thread Reversal

Scarica i file di estensione Gmail Conversation Thread Reversal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
URL Ufficiale https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
Descrizione Gmail Conversation Thread Reversal - show the latest email first
Dimensione del File 12.47 KB
Conteggio Installazioni 2,771
Versione Corrente 1.1
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2023-03-26
Valutazione 1.67/5 Totale 3 Valutazioni
Sviluppatore vanitamundhra
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://shorelineanimation.com/
Lingue Supportate 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\/"
            ]
        }
    ]
}