Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Cos'è Gmail Move-To-Top Attachment?
Gmail Move-To-Top Attachment è un'estensione di Chrome sviluppata da Fabio B., e la sua funzione principale è "Automatically moves Gmail email attachments to the top of the email for a better experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail Move-To-Top Attachment
Scarica i file di estensione Gmail Move-To-Top Attachment 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
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | pchhdadkgoameiaolfngnkmpbplnlcda | 
| URL Ufficiale | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda | 
| Descrizione | Automatically moves Gmail email attachments to the top of the email for a better experience | 
| Dimensione del File | 8.74 KB | 
| Conteggio Installazioni | 11,020 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2023-07-04 | 
| Data di Pubblicazione | 2022-02-02 | 
| Valutazione | 3.30/5 Totale 10 Valutazioni | 
| Sviluppatore | Fabio B. | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    }
}  |  |