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™ là gì?
Better download all attachments for Gmail™ là một tiện ích mở rộng Chrome được phát triển bởi mlazzje, và tính năng chính của nó là "This extension permits you to download all files attached, in a mail, separately on Gmail™".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better download all attachments for Gmail™
Tải xuống các tệp mở rộng Better download all attachments for Gmail™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better download all attachments for Gmail™ |
ID | eehnjaacbphnfgipdcfeaepafihfhnkm |
URL Chính Thức | https://chromewebstore.google.com/detail/better-download-all-attac/eehnjaacbphnfgipdcfeaepafihfhnkm |
Mô tả | This extension permits you to download all files attached, in a mail, separately on Gmail™ |
Kích Thước Tệp | 57.95 KB |
Số Lần Cài Đặt | 7,000 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-02-16 |
Ngày Phát Hành | 2018-05-29 |
Đánh Giá | 2.86/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | mlazzje |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mlazzje/gmail-dl-all-attachments |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |