EML Converter for Gmail
Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
ما هو EML Converter for Gmail؟
EML Converter for Gmail هو إضافة Chrome تم تطويرها بواسطة steven.lu.chrome، والميزة الرئيسية لها هي "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EML Converter for Gmail
قم بتنزيل ملفات الامتداد EML Converter for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email through Gmail via Chrome browser 3, Click on the 3 vertical dots in the message WITHIN your actual email 4, Click on "Show Original" 5, Wa-la! Your download should start automatically. Have fun, and thank you for the support.
معلومات أساسية عن التمديد
الاسم | EML Converter for Gmail |
ID | iadanfcnjlcfbcmkhhmcolamcekpjfeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg |
الوصف | Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email… |
حجم الملف | 34.88 KB |
عدد التثبيتات | 4,966 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2022-01-06 |
تاريخ النشر | 2020-04-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | steven.lu.chrome |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EML Converter for Gmail", "version": "1.5.0", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*\/?ik=*", "http:\/\/mail.google.com\/mail\/u\/*\/?ik=*" ], "js": [ "thirdParty\/jQuery.js", "content.js" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*", "http:\/\/mail.google.com\/mail\/u\/*" ], "js": [ "thirdParty\/jQuery.js", "hotkey.js" ] } ] } |