Better download all attachments for Gmail™
This extension permits you to download all files attached, in a mail, separately on Gmail™
¿Qué es Better download all attachments for Gmail™?
Better download all attachments for Gmail™ es una extensión de Chrome desarrollada por mlazzje, y su función principal es "This extension permits you to download all files attached, in a mail, separately on Gmail™".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better download all attachments for Gmail™
Descarga archivos de extensión Better download all attachments for Gmail™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Better download all attachments for Gmail™ |
ID | eehnjaacbphnfgipdcfeaepafihfhnkm |
URL Oficial | https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm |
Descripción | This extension permits you to download all files attached, in a mail, separately on Gmail™ |
Tamaño del Archivo | 57.95 KB |
Cantidad de Instalaciones | 7,000 |
Versión Actual | 1.1.0 |
Última Actualización | 2023-02-16 |
Fecha de Publicación | 2018-05-29 |
Calificación | 2.86/5 Total de 35 Calificaciones |
Desarrollador | mlazzje |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/mlazzje/gmail-dl-all-attachments |
Idiomas Soportados | 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" ] } |