Kymono: Encrypt Everything

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

Kymono: Encrypt Everything là gì?

Kymono: Encrypt Everything là một tiện ích mở rộng Chrome được phát triển bởi https://kymono.io, và tính năng chính của nó là "Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kymono: Encrypt Everything

Tải xuống các tệp mở rộng Kymono: Encrypt Everything dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kymono: Encrypt Everything Kymono: Encrypt Everything
ID dlkophhdhndodkhnbpgecdllccjgeijk
URL Chính Thức https://chrome.google.com/webstore/detail/kymono-encrypt-everything/dlkophhdhndodkhnbpgecdllccjgeijk
Mô tả Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents.
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-03-05
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://kymono.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://kymono.io/faq
URL Trang Chính Sách Bảo Mật https://kymono.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}