Puts Inbox Reminder on Top

I say, it puts Inbox reminder on top

O que é Puts Inbox Reminder on Top?

Puts Inbox Reminder on Top é uma extensão do Chrome desenvolvida por ATG, e sua principal característica é "I say, it puts Inbox reminder on top".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Puts Inbox Reminder on Top

Baixe arquivos de extensão Puts Inbox Reminder on Top no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição I say, it puts Inbox reminder on top
Tamanho do Arquivo 86.04 KB
Contagem de Instalações 23
Versão Atual 1.13
Última Atualização 2015-08-31
Data de Publicação 2015-08-31
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor ATG
Tipo de Pagamento free
Idiomas Suportados 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
}