Email reading time for Gmail

Medium's like reading time estimation for your Gmail.

Email reading time for Gmail là gì?

Email reading time for Gmail là một tiện ích mở rộng Chrome được phát triển bởi http://summarly.com, và tính năng chính của nó là "Medium's like reading time estimation for your Gmail.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email reading time for Gmail

Tải xuống các tệp mở rộng Email reading time for Gmail 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

                        It helps you estimate how long an email will take to read.  Calculation is based on the average adult reading speed that around 200 words per minute (wpm). Estimated email reading time increases productivity, by prioritizing what to read. 

Features

+ We help you by adding the read-time estimation at the end of your email subject, before you send your email
+ We show read-time estimation, on any email in your inbox–displayed under the email subject

Change-log

+ Version 0.1.3 – Show read-time, when you click to read an email.

Privacy
We don't store or process any data server–side, everything is processed on the client-browser.

If you have any problems or feedback, write to us at [email protected]                    

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

Tên Email reading time for Gmail Email reading time for Gmail
ID mmfmecanbhgllpfbgndhhhdjkamihekp
URL Chính Thức https://chrome.google.com/webstore/detail/email-reading-time-for-gm/mmfmecanbhgllpfbgndhhhdjkamihekp
Mô tả Medium's like reading time estimation for your Gmail.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2019-11-06
Ngày Phát Hành 2019-11-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://summarly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://summarly.com
URL Trang Trợ Giúp https://summarly.com/support
URL Trang Chính Sách Bảo Mật http://summarly.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email reading time for Gmail",
    "description": "Medium's like reading time estimation for your Gmail.",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "content.js",
                "js\/jquery.js",
                "js\/compromise.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "time.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "time.png",
        "icon16.png"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "manifest_version": 2
}