Mail 3.0

Enable end-to-end encryption for your Gmail

Mail 3.0คืออะไร?

Mail 3.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mailthreezero.com และคุณลักษณะหลักของมันคือ "Enable end-to-end encryption for your Gmail"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mail 3.0

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

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

                        Mail 3.0: End-to-end encryption for Gmail

Mail 3.0 is a Chrome plugin that automatically encrypts and decrypts your Gmail e-mails, with the click of a button.

When you download the plugin and open Gmail or Google Inbox, you will receive a secret passphrase. This passphrase will encrypt your outgoing e-mails when you choose to use Mail 3.0. It will also automatically decrypt incoming messages that are sent from other Mail 3.0 users and encrypted.

Mail 3.0 uses advanced cryptography to ensure that your messages are private and secure. We use Elliptic Curve Integrated Encryption Scheme for secure encryption and decryption. This ensures that only the intended recipients (and yourself) can ever view the contents of your messages. 

Mail 3.0 is free to use and we do not store your private key or passphrase. We only keep track of our users' public key and e-mail address to facilitate secure messaging. To encrypt messages, you have to click the Mail 3.0 icon, which means that you are free to avoid encryption when you so choose.

We believe that e-mail should be secure and private, just as snail mail is. After all, the USPS doesn't keep a physical copy of all of your letters, do they? Similarly, we believe that you alone should keep an inventory of your messages. Mail 3.0 enables users to maintain their privacy in this way.                    

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

ชื่อ Mail 3.0 Mail 3.0
ID nkbfmfiodlgnhjlklfbhplpjgdmhflfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mail-30/nkbfmfiodlgnhjlklfbhplpjgdmhflfj
คำอธิบาย Enable end-to-end encryption for your Gmail
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.0.5
อัปเดตครั้งล่าสุด 2018-04-07
วันที่เผยแพร่ 2018-04-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.mailthreezero.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mailthreezero.com
URL หน้าช่วยเหลือ https://www.mailthreezero.com/#faq
URL หน้านโยบายความเป็นส่วนตัว http://tgoldenberg.github.io/privacy_terms/mailthreezero_privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail 3.0",
    "homepage_url": "https:\/\/www.mailthreezero.com",
    "offline_enabled": true,
    "short_name": "Mail 3.0",
    "description": "Enable end-to-end encryption for your Gmail",
    "version": "0.0.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/s3.us-east-2.amazonaws.com\/mailthreezero\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "content.js"
            ],
            "css": [
                "css\/index.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/s3.us-east-2.amazonaws.com\/mailthreezero\/"
    ],
    "manifest_version": 2
}