Display Email Time by cloudHQ

Show full date and time of email messages in Gmail

Display Email Time by cloudHQ là gì?

Display Email Time by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.display-email-time.com, và tính năng chính của nó là "Show full date and time of email messages in Gmail".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Display Email Time by cloudHQ

Tải xuống các tệp mở rộng Display Email Time by cloudHQ 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

                        Gmail shows the date and time of an email in the last column of your inbox. Depending on how old the email is, the display date format changes, which can cause confusion and oversights.

This extension shows *the exact* date and time of your emails–no more confusing information like: showing only time, showing only date, etc.

With Display Email Time, you can easily alter how you see your email date and timestamps in Gmail with these features:

✅ Custom date and time formats 
✅ Custom font styles
✅ Custom font sizes
✅ Custom font colors
✅ Custom background colors

You can select from a variety of display email formats. Great if you prefer: 
🗓️ Date and time format consistency
🗓️ Your email weekday format displayed alphabetically
🗓️ The day and month sequence reversed for international users
🗓️ Bold, Italics 
🗓️ Larger or smaller sized fonts
🗓️ Different font or background colors

Give it a try and see how you like it. This is part of cloudHQ's ecosystem of over 50 freemium email productivity apps that can be found on https://cloudhq.net, where we're happy to welcome you as part of our family to help you work smarter, not harder. 

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

Website: https://www.display-email-time.com/
Pricing: FREE
Support page: https://support.cloudhq.net/category/browser-extensions/display-email-time/
Blog: https://blog.cloudhq.net                    

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

Tên Display Email Time by cloudHQ Display Email Time by cloudHQ
ID kedlbojealkpdllmgjeciofngjeokhno
URL Chính Thức https://chromewebstore.google.com/detail/display-email-time-by-clo/kedlbojealkpdllmgjeciofngjeokhno
Mô tả Show full date and time of email messages in Gmail
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 9,304
Phiên Bản Hiện Tại 1.0.0.6
Cập Nhật Lần Cuối 2022-06-02
Ngày Phát Hành 2022-01-11
Đánh Giá 4.76/5 Tổng số 42 Đánh Giá
Nhà Phát Triển https://www.display-email-time.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.display-email-time.com/
URL Trang Trợ Giúp https://support.cloudhq.net/category/browser-extensions/display-email-time/
URL Trang Chính Sách Bảo Mật https://www.cloudhq.net/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "stylesheets\/*",
        "icons\/*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/gmail_thread_list_time.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/darkroom.css",
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_thread_list_time_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.6",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "tabs",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}