Better download all attachments for Gmail™
This extension permits you to download all files attached, in a mail, separately on Gmail™
Что такое Better download all attachments for Gmail™?
Better download all attachments for Gmail™ - это расширение Chrome, разработанное mlazzje, и его основная функция - "This extension permits you to download all files attached, in a mail, separately on Gmail™".
Снимки экрана расширения
Скачать файл CRX расширения Better download all attachments for Gmail™
Скачайте файлы расширений Better download all attachments for Gmail™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | eehnjaacbphnfgipdcfeaepafihfhnkm |
| Официальный URL | https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm |
| Описание | This extension permits you to download all files attached, in a mail, separately on Gmail™ |
| Размер файла | 57.95 KB |
| Количество установок | 7,000 |
| Текущая Версия | 1.1.0 |
| Последнее Обновление | 2023-02-16 |
| Дата публикации | 2018-05-29 |
| Рейтинг | 2.86/5 Всего 35 оценок |
| Разработчик | mlazzje |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/mlazzje/gmail-dl-all-attachments |
| Поддерживаемые языки | 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"
]
} | |