Better download all attachments for Gmail™

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

What is Better download all attachments for Gmail™?

Better download all attachments for Gmail™ is a Chrome extension developed by mlazzje, and its main feature is "This extension permits you to download all files attached, in a mail, separately on Gmail™".

Extension Screenshots

screenshot
screenshot

Download Better download all attachments for Gmail™ Extension CRX File

Download Better download all attachments for Gmail™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Better download all attachments for Gmail™ Better download all attachments for Gmail™
ID eehnjaacbphnfgipdcfeaepafihfhnkm
Official URL https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm
Description This extension permits you to download all files attached, in a mail, separately on Gmail™
File Size 57.95 KB
Installation Count 7,000
Current Version 1.1.0
Last Updated 2023-02-16
Publish Date 2018-05-29
Rating 2.86/5 Total 35 Ratings
Developer mlazzje
Email [email protected]
Payment Type free
Extension Website https://github.com/mlazzje/gmail-dl-all-attachments
Supported Languages 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"
    ]
}