Better download all attachments for Gmail™
This extension permits you to download all files attached, in a mail, separately on Gmail™
Qu'est-ce que Better download all attachments for Gmail™ ?
Better download all attachments for Gmail™ est une extension Chrome développée par mlazzje, et sa fonction principale est "This extension permits you to download all files attached, in a mail, separately on Gmail™".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better download all attachments for Gmail™
Téléchargez les fichiers d'extension Better download all attachments for Gmail™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Better download all attachments for Gmail™ |
ID | eehnjaacbphnfgipdcfeaepafihfhnkm |
URL Officiel | 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™ |
Taille du Fichier | 57.95 KB |
Nombre d'Installations | 7,000 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-02-16 |
Date de Publication | 2018-05-29 |
Évaluation | 2.86/5 Total 35 Évaluations |
Développeur | mlazzje |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mlazzje/gmail-dl-all-attachments |
Langues Prises en Charge | 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" ] } |