Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

O que é Gmail Conversation Thread Reversal?

Gmail Conversation Thread Reversal é uma extensão do Chrome desenvolvida por vanitamundhra, e sua principal característica é "Gmail Conversation Thread Reversal - show the latest email first".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail Conversation Thread Reversal

Baixe arquivos de extensão Gmail Conversation Thread Reversal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
URL Oficial https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
Descrição Gmail Conversation Thread Reversal - show the latest email first
Tamanho do Arquivo 12.47 KB
Contagem de Instalações 2,771
Versão Atual 1.1
Última Atualização 2023-03-30
Data de Publicação 2023-03-26
Classificação 1.67/5 Total de 3 Avaliações
Desenvolvedor vanitamundhra
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://shorelineanimation.com/
Idiomas Suportados 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\/"
            ]
        }
    ]
}