Better download all attachments for Gmail™

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

Was ist Better download all attachments for Gmail™?

Better download all attachments for Gmail™ ist eine Chrome-Erweiterung, die von mlazzje entwickelt wurde, und ihr Hauptmerkmal ist "This extension permits you to download all files attached, in a mail, separately on Gmail™".

Erweiterungsscreenshots

screenshot
screenshot

Better download all attachments for Gmail™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better download all attachments for Gmail™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Better download all attachments for Gmail™ Better download all attachments for Gmail™
ID eehnjaacbphnfgipdcfeaepafihfhnkm
Offizielle URL https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm
Beschreibung This extension permits you to download all files attached, in a mail, separately on Gmail™
Dateigröße 57.95 KB
Installationsanzahl 7,000
Aktuelle Version 1.1.0
Letztes Update 2023-02-16
Veröffentlichungsdatum 2018-05-29
Bewertung 2.86/5 Insgesamt 35 Bewertungen
Entwickler mlazzje
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mlazzje/gmail-dl-all-attachments
Unterstützte Sprachen 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"
    ]
}