Gmail Move-To-Top Attachment

Automatically moves Gmail email attachments to the top of the email for a better experience

O que é Gmail Move-To-Top Attachment?

Gmail Move-To-Top Attachment é uma extensão do Chrome desenvolvida por Fabio B., e sua principal característica é "Automatically moves Gmail email attachments to the top of the email for a better experience".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail Move-To-Top Attachment

Baixe arquivos de extensão Gmail Move-To-Top Attachment 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

                        A small tool that automatically moves your Gmail email attachment to the top of the email for a better user experience and a gain in productivity.                    

Informações Básicas da Extensão

Nome Gmail Move-To-Top Attachment Gmail Move-To-Top Attachment
ID pchhdadkgoameiaolfngnkmpbplnlcda
URL Oficial https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda
Descrição Automatically moves Gmail email attachments to the top of the email for a better experience
Tamanho do Arquivo 8.74 KB
Contagem de Instalações 11,020
Versão Atual 1.1
Última Atualização 2023-07-04
Data de Publicação 2022-02-02
Classificação 3.30/5 Total de 10 Avaliações
Desenvolvedor Fabio B.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Move-To-Top Attachment",
    "description": "Automatically moves Gmail email attachments to the top of the email for a better experience",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "arrive.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}