Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Apa itu Gmail Conversation Thread Reversal?

Gmail Conversation Thread Reversal adalah ekstensi Chrome yang dikembangkan oleh vanitamundhra, dan fitur utamanya adalah "Gmail Conversation Thread Reversal - show the latest email first".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Conversation Thread Reversal

Unduh file ekstensi Gmail Conversation Thread Reversal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
URL Resmi https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
Deskripsi Gmail Conversation Thread Reversal - show the latest email first
Ukuran File 12.47 KB
Jumlah Instalasi 2,771
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-03-30
Tanggal Publikasi 2023-03-26
Penilaian 1.67/5 Total 3 Penilaian
Pengembang vanitamundhra
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://shorelineanimation.com/
Bahasa yang Didukung 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\/"
            ]
        }
    ]
}