Better download all attachments for Gmail™

This extension permits you to download all files attached, in a mail, separately on Gmail™

Cos'è Better download all attachments for Gmail™?

Better download all attachments for Gmail™ è un'estensione di Chrome sviluppata da mlazzje, e la sua funzione principale è "This extension permits you to download all files attached, in a mail, separately on Gmail™".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better download all attachments for Gmail™

Scarica i file di estensione Better download all attachments for Gmail™ 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

                        This is a google chrome (open source) extension. It permits you to download all files attached in a mail without downloading the archive created automatically by Gmail. Now, you can also download all the attachments in the conversation!

Developed by medric && mlazzje

Original idea of Stéphane

***** GMAIL NEW UI IS SUPPORTED *****

***** MAC IS NOT YET SUPPORTED *****

GitHub project available here: https://github.com/mlazzje/gmail-dl-all-attachments-for-chrome                    

Informazioni di Base sull'Estensione

Nome Better download all attachments for Gmail™ Better download all attachments for Gmail™
ID eehnjaacbphnfgipdcfeaepafihfhnkm
URL Ufficiale https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm
Descrizione This extension permits you to download all files attached, in a mail, separately on Gmail™
Dimensione del File 57.95 KB
Conteggio Installazioni 7,000
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2018-05-29
Valutazione 2.86/5 Totale 35 Valutazioni
Sviluppatore mlazzje
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mlazzje/gmail-dl-all-attachments
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better download all attachments for Gmail\u2122",
    "short_name": "Better download all",
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "google-analytics-bundle.js",
                "inboxsdk.js",
                "util.js",
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/save.png",
        "img\/save_toolbar.png"
    ]
}