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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
} | |