Kymono: Encrypt Everything

Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.

Kymono: Encrypt Everythingคืออะไร?

Kymono: Encrypt Everything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kymono.io และคุณลักษณะหลักของมันคือ "Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kymono: Encrypt Everything

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

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

                        Use the Kymono Extension to do things like:
 - Send encrypted emails
 - Send encrypted email attachments
 - Encrypt cloud-stored documents
 - And much more

With the Kymono Extension you can encrypt PDFs, Images, Videos, etc for yourself or for any of your Kymono contacts. Kymono is free and uses AES256 encryption.

For more information see: https://kymono.io                    

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

ชื่อ Kymono: Encrypt Everything Kymono: Encrypt Everything
ID dlkophhdhndodkhnbpgecdllccjgeijk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kymono-encrypt-everything/dlkophhdhndodkhnbpgecdllccjgeijk
คำอธิบาย Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-03-05
วันที่เผยแพร่ 2019-03-05
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://kymono.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://kymono.io/faq
URL หน้านโยบายความเป็นส่วนตัว https://kymono.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kymono: Encrypt Everything",
    "short_name": "Kymono",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.",
    "icons": {
        "16": "static\/img\/icon-16x16.png",
        "32": "static\/img\/icon-32x32.png",
        "96": "static\/img\/icon-96x96.png",
        "128": "static\/img\/icon-128x128.png",
        "192": "static\/img\/icon-192x192.png"
    },
    "background": {
        "scripts": [
            "static\/js\/manifest.js",
            "static\/js\/vendor.js",
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "unlimitedStorage",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "static\/css\/contentscript.css"
            ],
            "js": [
                "static\/js\/manifest.js",
                "static\/js\/vendor.js",
                "static\/js\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "96": "static\/img\/icon-96x96.png",
            "32": "static\/img\/icon-32x32.png"
        },
        "default_title": "Kymono",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "static\/img\/icon-96x96.png",
        "inject.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com; object-src 'self'"
}