V4G (Legacy)

Add authentic communication to Gmail via the Vereign service.

Τι είναι το V4G (Legacy);

Το V4G (Legacy) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.vereign.com, και η κύρια λειτουργία του είναι "Add authentic communication to Gmail via the Vereign service.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης V4G (Legacy)

Λήψη αρχείων επέκτασης V4G (Legacy) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        It is OK keep using this extension for the time being. But as a new user, you should install the updated Vereign for Gmail (https://chrome.google.com/webstore/detail/vereign-for-gmail/egmmigeohgnjibhiaabhmiaajkfnemnj) extension instead. 

IMPORTANT: Do not install both extensions at the same time!

This extension was our first prototype to connect Gmail with a Self Sovereign Identity (SSI) under control of the user. It generally works, and taught us many lessons which went into the new Vereign for Gmail extension. The new extension does not yet have all the same functionality this extension did, but it is going to make it much easier for new users to embark on the path toward SSI.

We will keep this extension around until the new extension can fully replace it. We will then remove this extension and ask everyone to switch to the new version instead.

In the meantime, please note that the new extension has gone a long way, so please do consider to take a step back and start using it instead. 

For questions or comments, please visit https://community.vereign.com.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα V4G (Legacy) V4G (Legacy)
ID nngjjiijjceahdnojnaompkdldefhepi
Επίσημο URL https://chromewebstore.google.com/detail/v4g-legacy/nngjjiijjceahdnojnaompkdldefhepi
Περιγραφή Add authentic communication to Gmail via the Vereign service.
Μέγεθος Αρχείου 842 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.1.8
Τελευταία Ενημέρωση 2020-10-22
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://www.vereign.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://app.vereign.com
Διεύθυνση URL της Σελίδας Βοήθειας https://community.vereign.com
URL της Σελίδας Πολιτικής Απορρήτου https://app.vereign.com/terms/vereign-privacy-policy.pdf
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "V4G (Legacy)",
    "version": "1.1.8",
    "incognito": "not_allowed",
    "description": "Add authentic communication to Gmail via the Vereign service.",
    "author": "[email protected] ",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/*.vereign.com\/vcl\/js\/client"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg"
    ],
    "icons": {
        "128": "images\/vereign.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/*.vereign.com\/api\/js\/client https:\/\/*.vereign.com\/extension\/chrome https:\/\/*.vereign.com:*; object-src 'self'"
}