Puts Inbox Reminder on Top

I say, it puts Inbox reminder on top

Cos'è Puts Inbox Reminder on Top?

Puts Inbox Reminder on Top è un'estensione di Chrome sviluppata da ATG, e la sua funzione principale è "I say, it puts Inbox reminder on top".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Puts Inbox Reminder on Top

Scarica i file di estensione Puts Inbox Reminder on Top in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Puts Inbox Reminder on Top Puts Inbox Reminder on Top
ID cmpmpgdmbajbcpclambbkfhkgdnifbpf
URL Ufficiale https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf
Descrizione I say, it puts Inbox reminder on top
Dimensione del File 86.04 KB
Conteggio Installazioni 23
Versione Corrente 1.13
Ultimo Aggiornamento 2015-08-31
Data di Pubblicazione 2015-08-31
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore ATG
Tipo di Pagamento free
Lingue Supportate 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
}