MyEmailViewer - Eml viewer and msg viewer

Email viewer for local .eml files and .msg files in your browser!

MyEmailViewer - Eml viewer and msg viewerคืออะไร?

MyEmailViewer - Eml viewer and msg viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myemailviewer.com และคุณลักษณะหลักของมันคือ "Email viewer for local .eml files and .msg files in your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyEmailViewer - Eml viewer and msg viewer

ดาวน์โหลดไฟล์ส่วนขยาย MyEmailViewer - Eml viewer and msg viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With myEmailViewer extension everyone can easily view emails (eml files and msg files) saved in their PC. 

Supported formats .eml and .msg files!

View and load email files stored on your computer without needing to install any other software.

Once the extension is installed, you can click on the extension icon and then you can click or drag an email to be loaded.

⇒ View full details of the email content!
⇒ Download and view the attachments of the email!
⇒ Show email body contents!
⇒ On demand load the embedded images of the email!
⇒ Print email!

All emails smaller that 2 mb in size will be processed and viewed solely in the user's pc.
Emails with size larger than 2mb will be uploaded and processed in our secured servers due to lack of resources in each user's pc.

MyEmailViewer permissions
1."tabs" - is using the chrome.tabs API (open email in a new tab, check if the file you are trying to view in the browser is an email)
2."cookies" - session recovery via cookies from myEmailViewer.com


This is only the first release, with more features to come!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MyEmailViewer - Eml viewer and msg viewer MyEmailViewer - Eml viewer and msg viewer
ID amlpmdfkobcgnhkmajhbkphlhjodcadh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myemailviewer-eml-viewer/amlpmdfkobcgnhkmajhbkphlhjodcadh
คำอธิบาย Email viewer for local .eml files and .msg files in your browser!
ขนาดไฟล์ 28.38 MB
จำนวนการติดตั้ง 1,482
เวอร์ชันปัจจุบัน 1.0.1.2
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2023-09-11
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://myemailviewer.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://myemailviewer.com
URL หน้านโยบายความเป็นส่วนตัว https://myemailviewer.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlSPBKwwkDI5Y\/W60Z3UoQfHy3grz9dOsAl9ZHJsAbe6CUpADPQFeejFVQM8A\/kKbsV73rRGzSfcaG7D93gRVULuAJprckFaOJCZEQp18pi\/RaQab5+EyqmjM5jvezrjChrR6CA5NLjWf4\/JG\/4HWWkE3JbA9eLyNZHPjPkqFCbuVMPeI53Je1RD4QPiumnCUufbkSgAKipgyn+Wly\/eSvYEqscB7wQQ1ffN9j6lG6mxrdA1SpV+c0n6mV5T3cUe0zFcgkZuEIhMJD3m8oLPHdxTbHaXqWkvhc1HjifhfISFxRDOykecSO3e2TmLf694X731Ct4qj\/4UKT1uJ3r7gjwIDAQAB",
    "name": "MyEmailViewer - Eml viewer and msg viewer",
    "description": "Email viewer for local .eml files and .msg files in your browser!",
    "version": "1.0.1.2",
    "background": {
        "service_worker": "BackgroundWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/last.png",
        "32": "\/images\/last.png",
        "48": "\/images\/last.png",
        "128": "\/images\/last.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default-icon": {
            "16": "\/images\/last.png",
            "32": "\/images\/last.png",
            "48": "\/images\/last.png",
            "128": "\/images\/last.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/myemailviewer.com\/",
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "framework\/*",
                "content\/*",
                "directemail.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}