Gmail Conversation Thread Reversal by cloudHQ

How to reverse your Gmail conversation threads to show in chronological order

什麼是Gmail Conversation Thread Reversal by cloudHQ?

Gmail Conversation Thread Reversal by cloudHQ是由https://www.gmail-reverse-conversation.com開發的Chrome擴展程式,該擴展的主要功能是“How to reverse your Gmail conversation threads to show in chronological order”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Gmail Conversation Thread Reversal by cloudHQ擴展crx文件

下載Gmail Conversation Thread Reversal by cloudHQ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you keep getting confused with how Gmail presents your email conversation threads? 

You're not alone. That's why we created Gmail Conversation Thread Reversal so that you can see the latest email of a conversation on the top of your email thread, instead of at the bottom. 

With the click of a button, you can reverse your email thread to display your conversation in chronological order so that you can get a clearer picture of what's going on, more quickly. 

cloudHQ. Helping your productivity, 1 click at a time.

Website: https://www.cloudhq.net
App website: https://www.gmail-reverse-conversation.com/
Pricing:  https://www.gmail-reverse-conversation.com//pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-reverse-conversation/
Blog: https://blog.cloudhq.net                    

擴展基本資訊

名稱 Gmail Conversation Thread Reversal by cloudHQ Gmail Conversation Thread Reversal by cloudHQ
ID fkplphcelnmocakmefjmpnohnfgkibkk
官方網址 https://chromewebstore.google.com/detail/gmail-conversation-thread/fkplphcelnmocakmefjmpnohnfgkibkk
簡介 How to reverse your Gmail conversation threads to show in chronological order
檔案大小 152 KB
安裝次數 50,011
目前版本 1.0.0.2
更新時間 2023-12-07
上架時間 2020-05-11
評分 4.28/5 共 57 次評分
開發者 https://www.gmail-reverse-conversation.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gmail-reverse-conversation.com/
說明頁面URL https://support.cloudhq.net/category/browser-extensions/gmail-reverse-conversation/
隱私政策頁面URL https://www.cloudhq.net/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "Gmail Conversation Thread Reversal by cloudHQ",
    "short_name": "Gmail Reverse Conversation by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_reverse_conversation.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_reverse_conversation.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_reverse_conversation_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.2",
    "description": "How to reverse your Gmail conversation threads to show in chronological order",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}