Puts Inbox Reminder on Top

I say, it puts Inbox reminder on top

¿Qué es Puts Inbox Reminder on Top?

Puts Inbox Reminder on Top es una extensión de Chrome desarrollada por ATG, y su función principal es "I say, it puts Inbox reminder on top".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Puts Inbox Reminder on Top

Descarga archivos de extensión Puts Inbox Reminder on Top en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Puts Inbox Reminder on Top Puts Inbox Reminder on Top
ID cmpmpgdmbajbcpclambbkfhkgdnifbpf
URL Oficial https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf
Descripción I say, it puts Inbox reminder on top
Tamaño del Archivo 86.04 KB
Cantidad de Instalaciones 23
Versión Actual 1.13
Última Actualización 2015-08-31
Fecha de Publicación 2015-08-31
Calificación 2.00/5 Total de 4 Calificaciones
Desarrollador ATG
Tipo de Pago free
Idiomas Soportados 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
}