Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

Gmail Conversation Thread Reversal란 무엇입니까?

Gmail Conversation Thread Reversal은(는) vanitamundhra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gmail Conversation Thread Reversal - show the latest email first"입니다.

확장 프로그램 스크린샷

screenshot

Gmail Conversation Thread Reversal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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\/"
            ]
        }
    ]
}