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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/"
            ]
        }
    ]
}