Reverse Inbox

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

What is Reverse Inbox?

Reverse Inbox is a Chrome extension developed by https://reverseinbox.com, and its main feature is "This extension helps you get through your oldest emails first while new ones are still coming in visible.".

Extension Screenshots

screenshot

Download Reverse Inbox Extension CRX File

Download Reverse Inbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reverse Inbox Reverse Inbox
ID hpcchgjlaccmgmehofdkapefhkjadeha
Official URL https://chromewebstore.google.com/detail/reverse-inbox/hpcchgjlaccmgmehofdkapefhkjadeha
Description This extension helps you get through your oldest emails first while new ones are still coming in visible.
File Size 904 KB
Installation Count 36
Current Version 1.3
Last Updated 2020-07-14
Publish Date 2020-07-14
Rating 5.00/5 Total 1 Ratings
Developer https://reverseinbox.com
Email [email protected]
Payment Type free
Extension Website http://www.reverseinbox.com
Help Page URL http://www.reverseinbox.com/
Privacy Policy Page URL http://reverseinbox.com/privacy-policy
Supported Languages 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
}