Vereign SEAL

Easily send and verify email and attachments sealed at origin and secured by blockchain.

Vereign SEALとは何ですか?

Vereign SEALはhttps://www.vereign.comによって開発されたChromeの拡張機能で、その主な機能は「Easily send and verify email and attachments sealed at origin and secured by blockchain.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Vereign SEAL拡張機能のCRXファイルをダウンロード

Vereign SEAL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Eliminate the uncertainty. Vereign SEAL is great for:

 * Addding value to email: Unlock email as the means of true value exchange on solid grounds of authenticity and integrity;

 * Ownership & reputation protection: Give recipients of your messages peace of mind that a message really originates with you;

 * Proof of sending & delivery: Know when your message has been delivered, and received. Storage of records proving message sender, receiver(s), sending and receipt with evidential value secured by blockchain;

 * Integrity & security: Know that your message has not been tampered with on site or in transport, and prove it for compliance without the hassle and added cost of dedicated archival systems.

Easy and intuitive, from within your email interface.

Each email you send will be sealed at origin and secured against the blockchain. A Quick Authenticity Response (QAR) code will be added to verify the email in the client or through a link to a verification page which executes in any browser for decentralised, local verification.

Supporting gateways and add-ins provide blockchain records of having received each message, providing security while protecting privacy and personal data of all people involved. Each QR code contains a rolling hash of the message content and hashes of the attachments, securely encrypted at the state of the art and the blockchain records have been designed to maximally protect data from unauthorized access.

Only the participants of an email conversation thus protected have access to these records, access to which can be reproduced and shared on demand by sharing the QR code of each message.

For more information, visit https://www.vereign.com                    

拡張機能の基本情報

名前 Vereign SEAL Vereign SEAL
ID egmmigeohgnjibhiaabhmiaajkfnemnj
公式URL https://chromewebstore.google.com/detail/vereign-seal/egmmigeohgnjibhiaabhmiaajkfnemnj
説明 Easily send and verify email and attachments sealed at origin and secured by blockchain.
ファイルサイズ 1.04 MB
インストール数 44
現在のバージョン 2.0.9
最終更新日 2021-12-09
公開日 2021-03-31
評価 4.33/5 合計 6 レビュー
開発者 https://www.vereign.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.vereign.com
ヘルプページのURL https://community.vereign.com
プライバシーポリシーページのURL https://app.vereign.com/terms/vereign-privacy-policy.pdf
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vereign SEAL",
    "version": "2.0.9",
    "incognito": "not_allowed",
    "description": "Easily send and verify email and attachments sealed at origin and secured by blockchain.",
    "author": "[email protected] ",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvAtKt8k97\/sgaHRdadBlLD8CYpqlLyStPYkpaUQLOiW3cyUayY8AW4qeIvJqRtRth7PJdVV+8dCq\/EODTtO0c9qiLPHInlodz1yYarxbEpxyMQkKnZaimo102Tt0\/F4kQVAcnLpDzzja+\/Q9RxfXWQ5kYniASEHV\/GMgvqwVUIm14l5xYO+vaig7u0z8AckPF5CNEwZEMHHbjFuQOKGcg75\/rK4u3\/p6\/TwFSOH7vl1BbeLTbr0o+RYEqPVDNBB9f6owt7bOUjsn9oxJARotVNyS4wSB78Wgd5qCuTRtwFVvPfBrVuBThxVlSFQLmuECAeX\/x\/X3902Z0giOancQCQIDAQAB",
    "oauth2": {
        "client_id": "692515597389-2ijbdm3j7nlqeafrap50sj5q9k8iintf.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "minimum_chrome_version": "23",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "images\/*.gif"
    ],
    "icons": {
        "128": "images\/vereign.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/gmail.test.vereign.com\/* https:\/\/gcloud-stage.vrgnservices.com\/* https:\/\/gcloud-dev.vrgnservices.com\/* https:\/\/apis.google.com https:\/\/www.googleapis.com\/* https:\/\/rse.test.vereign.com\/* https:\/\/gcloud.vrgnservices.com\/* https:\/\/rse.vereign.com\/*; object-src 'self'"
}