Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Vad är Gmail Conversation Thread Reversal?

Gmail Conversation Thread Reversal är en Chrome-tillägg utvecklad av vanitamundhra, och dess huvudfunktion är "Gmail Conversation Thread Reversal - show the latest email first".

Tilläggsskärmbilder

screenshot

Ladda ner Gmail Conversation Thread Reversal-förlängningens CRX-fil

Ladda ner Gmail Conversation Thread Reversal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
Officiell webbadress https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
Beskrivning Gmail Conversation Thread Reversal - show the latest email first
Filstorlek 12.47 KB
Antal Installationer 2,771
Aktuell Version 1.1
Senast Uppdaterad 2023-03-30
Publiceringsdatum 2023-03-26
Betyg 1.67/5 Totalt 3 Betyg
Utvecklare vanitamundhra
E-post [email protected]
Betalningssätt free
Hjälpsida URL http://shorelineanimation.com/
Stödda Språk 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\/"
            ]
        }
    ]
}