Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Gmail Conversation Thread Reversal là gì?

Gmail Conversation Thread Reversal là một tiện ích mở rộng Chrome được phát triển bởi vanitamundhra, và tính năng chính của nó là "Gmail Conversation Thread Reversal - show the latest email first".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Conversation Thread Reversal

Tải xuống các tệp mở rộng Gmail Conversation Thread Reversal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
URL Chính Thức https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
Mô tả Gmail Conversation Thread Reversal - show the latest email first
Kích Thước Tệp 12.47 KB
Số Lần Cài Đặt 2,771
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-30
Ngày Phát Hành 2023-03-26
Đánh Giá 1.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển vanitamundhra
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://shorelineanimation.com/
Ngôn Ngữ Được Hỗ Trợ 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\/"
            ]
        }
    ]
}