Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Wat is Gmail Conversation Thread Reversal?

Gmail Conversation Thread Reversal is een Chrome-extensie ontwikkeld door vanitamundhra, en de belangrijkste functie is "Gmail Conversation Thread Reversal - show the latest email first".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Conversation Thread Reversal

Download Gmail Conversation Thread Reversal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
Officiële URL https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
Beschrijving Gmail Conversation Thread Reversal - show the latest email first
Bestandsgrootte 12.47 KB
Aantal Installaties 2,771
Huidige Versie 1.1
Laatst Bijgewerkt 2023-03-30
Publicatiedatum 2023-03-26
Beoordeling 1.67/5 Totaal 3 Beoordelingen
Ontwikkelaar vanitamundhra
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://shorelineanimation.com/
Ondersteunde Talen 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\/"
            ]
        }
    ]
}