Kymono: Encrypt Everything

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

Kymono: Encrypt Everything란 무엇입니까?

Kymono: Encrypt Everything은(는) https://kymono.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send encrypted emails, encrypted attachments, and encrypt cloud-stored documents."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Kymono: Encrypt Everything 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}