V4G (Legacy)

Add authentic communication to Gmail via the Vereign service.

V4G (Legacy)란 무엇입니까?

V4G (Legacy)은(는) https://www.vereign.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add authentic communication to Gmail via the Vereign service."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

V4G (Legacy) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}