Vereign SEAL

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

Co to jest Vereign SEAL?

Vereign SEAL to rozszerzenie Chrome opracowane przez https://www.vereign.com, a jego główną funkcją jest „Easily send and verify email and attachments sealed at origin and secured by blockchain.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vereign SEAL

Pobierz pliki rozszerzeń Vereign SEAL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Vereign SEAL Vereign SEAL
ID egmmigeohgnjibhiaabhmiaajkfnemnj
Oficjalny URL https://chromewebstore.google.com/detail/vereign-seal/egmmigeohgnjibhiaabhmiaajkfnemnj
Opis Easily send and verify email and attachments sealed at origin and secured by blockchain.
Rozmiar pliku 1.04 MB
Liczba instalacji 44
Aktualna Wersja 2.0.9
Ostatnia Aktualizacja 2021-12-09
Data Publikacji 2021-03-31
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://www.vereign.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.vereign.com
Adres URL Strony Pomocy https://community.vereign.com
Adres URL Strony Polityki Prywatności https://app.vereign.com/terms/vereign-privacy-policy.pdf
Obsługiwane Języki 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'"
}