Reverse Inbox

This extension helps you get through your oldest emails first while new ones are still coming in visible.

Reverse Inbox là gì?

Reverse Inbox là một tiện ích mở rộng Chrome được phát triển bởi https://reverseinbox.com, và tính năng chính của nó là "This extension helps you get through your oldest emails first while new ones are still coming in visible.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reverse Inbox

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

                        Reverse your Gmail Priority Inbox and get through the emails you meant to. New emails are added to the bottom of your inbox so you are not distracted to answer those first.                    

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

Tên Reverse Inbox Reverse Inbox
ID hpcchgjlaccmgmehofdkapefhkjadeha
URL Chính Thức https://chromewebstore.google.com/detail/reverse-inbox/hpcchgjlaccmgmehofdkapefhkjadeha
Mô tả This extension helps you get through your oldest emails first while new ones are still coming in visible.
Kích Thước Tệp 904 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-07-14
Ngày Phát Hành 2020-07-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://reverseinbox.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reverseinbox.com
URL Trang Trợ Giúp http://www.reverseinbox.com/
URL Trang Chính Sách Bảo Mật http://reverseinbox.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Inbox",
    "version": "1.3",
    "description": "This extension helps you get through your oldest emails first while new ones are still coming in visible.",
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "manifest_version": 2
}