Inbox When Ready for Gmail™

Protect your focus... spend less time on your email.

Inbox When Ready for Gmail™ là gì?

Inbox When Ready for Gmail™ là một tiện ích mở rộng Chrome được phát triển bởi https://inboxwhenready.org, và tính năng chính của nó là "Protect your focus... spend less time on your email.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inbox When Ready for Gmail™

Tải xuống các tệp mở rộng Inbox When Ready 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

                        This Chrome extension will help you check your inbox with reasonable frequency, batch process your email on a regular schedule and minimise the total time you spend in your inbox.

If you're a good fit, you'll reclaim about an hour from your inbox every week.

### How it works

Inbox When Ready makes some changes to the Gmail interface to help you cultivate a better email workflow.

- Hide your inbox by default
Search your archives and compose new messages *without getting distracted*. See your inbox only when you deliberately choose to.

- Set an inbox budget
Decide how many times you want to check your inbox and how much total time you want to spend on it. Then, get visual feedback on how you're doing versus your intention.

- Schedule your inbox lockout
Define an inbox lockout schedule so you can focus on deep work and then batch process your mail at optimal moments.

### Free or PRO?

The free edition of Inbox When Ready puts a small message in your email signature. You can upgrade to Inbox When Ready PRO to permanently disable the signature. 

All new users enjoy a 14 day free trial of Inbox When Ready PRO.

More information here:
https://inboxwhenready.org/pricing/

### What about my privacy?

The extension requests the minimum browser permissions that are required to make changes to the Gmail web interface.

Inbox When Ready does not require API access to your Gmail account. This makes it much more secure than the vast majority of browser extensions for Gmail, and suitable for use with Google's Advanced Protection Programme.

The full terms and privacy policy is here:
https://inboxwhenready.org/terms-privacy.html

### Support, feature requests and contributions

Please email [email protected].

### How is this different from the Inbox Pause extension?
The main difference: Inbox When Ready hides your entire inbox by default, while Inbox Pause by Boomerang only hides new incoming mail.                    

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

Tên Inbox When Ready for Gmail™ Inbox When Ready for Gmail™
ID cdedhgmbfjhobfnphaoihdfmnjidcpim
URL Chính Thức https://chromewebstore.google.com/detail/inbox-when-ready-for-gmai/cdedhgmbfjhobfnphaoihdfmnjidcpim
Mô tả Protect your focus... spend less time on your email.
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 12,631
Phiên Bản Hiện Tại 1.9.6
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-04-05
Đánh Giá 4.94/5 Tổng số 2008 Đánh Giá
Nhà Phát Triển https://inboxwhenready.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inboxwhenready.org
URL Trang Trợ Giúp https://inboxwhenready.org/help/
URL Trang Chính Sách Bảo Mật https://inboxwhenready.org/terms-privacy.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.9.6",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-lock-gmail-32.png",
                "scripts\/get-gmail-globals.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inboxwhenready.org\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles\/gmail.css",
                "styles\/inbox-when-ready.css"
            ],
            "js": [
                "scripts\/content_scripts\/vendor\/zepto.min.js",
                "scripts\/content_scripts\/vendor\/raven.min.js",
                "scripts\/content_scripts\/inbox-when-ready.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "default-src; script-src 'self'; connect-src https:\/\/api.inboxwhenready.org\/ https:\/\/www.google-analytics.com\/collect https:\/\/api.mixpanel.com\/track https:\/\/api.mixpanel.com\/engage; style-src 'self'; img-src 'self' https:\/\/inboxwhenready.org"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        }
    },
    "host_permissions": [
        "https:\/\/inboxwhenready.org\/*",
        "https:\/\/mail.google.com\/*"
    ]
}