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
电子邮箱 [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'"
}