Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Gmail Conversation Thread Reversalคืออะไร?

Gmail Conversation Thread Reversal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vanitamundhra และคุณลักษณะหลักของมันคือ "Gmail Conversation Thread Reversal - show the latest email first"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Conversation Thread Reversal

ดาวน์โหลดไฟล์ส่วนขยาย Gmail Conversation Thread Reversal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
คำอธิบาย Gmail Conversation Thread Reversal - show the latest email first
ขนาดไฟล์ 12.47 KB
จำนวนการติดตั้ง 2,771
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2023-03-26
คะแนน 1.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา vanitamundhra
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://shorelineanimation.com/
ภาษาที่รองรับ 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\/"
            ]
        }
    ]
}