Vereign SEAL

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

Wat is Vereign SEAL?

Vereign SEAL is een Chrome-extensie ontwikkeld door https://www.vereign.com, en de belangrijkste functie is "Easily send and verify email and attachments sealed at origin and secured by blockchain.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Vereign SEAL

Download Vereign SEAL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Vereign SEAL Vereign SEAL
ID egmmigeohgnjibhiaabhmiaajkfnemnj
Officiële URL https://chromewebstore.google.com/detail/vereign-seal/egmmigeohgnjibhiaabhmiaajkfnemnj
Beschrijving Easily send and verify email and attachments sealed at origin and secured by blockchain.
Bestandsgrootte 1.04 MB
Aantal Installaties 44
Huidige Versie 2.0.9
Laatst Bijgewerkt 2021-12-09
Publicatiedatum 2021-03-31
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.vereign.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vereign.com
Help Pagina-URL https://community.vereign.com
URL van de Privacybeleid Pagina https://app.vereign.com/terms/vereign-privacy-policy.pdf
Ondersteunde Talen 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'"
}