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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |