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™ mlazzje द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension permits you to download all files attached, in a mail, separately on Gmail™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better download all attachments for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Better download all attachments for Gmail™ |
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" ] } |