Puts Inbox Reminder on Top

I say, it puts Inbox reminder on top

What is Puts Inbox Reminder on Top?

Puts Inbox Reminder on Top is a Chrome extension developed by ATG, and its main feature is "I say, it puts Inbox reminder on top".

Extension Screenshots

screenshot

Download Puts Inbox Reminder on Top Extension CRX File

Download Puts Inbox Reminder on Top 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

                        Reminders. What are they for? We've forgotten, because we can't find the reminder. Why is hiding down there, Google? Why?

Reminders should be on the top! 

So we put them there. 

ATG - Fixing Google. Again.                    

Extension Basic Information

Name Puts Inbox Reminder on Top Puts Inbox Reminder on Top
ID cmpmpgdmbajbcpclambbkfhkgdnifbpf
Official URL https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf
Description I say, it puts Inbox reminder on top
File Size 86.04 KB
Installation Count 23
Current Version 1.13
Last Updated 2015-08-31
Publish Date 2015-08-31
Rating 2.00/5 Total 4 Ratings
Developer ATG
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Puts Inbox Reminder on Top",
    "description": "I say, it puts Inbox reminder on top",
    "version": "1.13",
    "page_action": {
        "default_title": "Change Order",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "on-top-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}