ZooBC Connect

Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet

ZooBC Connect란 무엇입니까?

ZooBC Connect은(는) Quasisoft Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet"입니다.

확장 프로그램 스크린샷

screenshot

ZooBC Connect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ZooBC connect is a companion app for https://zoobc.one to let users sign transactions with their government released eID card or with hardware wallets such as Ledger Nano or Safe Pal.                    

확장 프로그램 기본 정보

이름 ZooBC Connect ZooBC Connect
ID cfnlljelhmoimoihkljfpmcjkpldocfa
공식 URL https://chrome.google.com/webstore/detail/zoobc-connect/cfnlljelhmoimoihkljfpmcjkpldocfa
설명 Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet
파일 크기 2.09 MB
설치 횟수 17
현재 버전 1.1
최근 업데이트 2021-03-24
출시 날짜 2021-03-24
개발자 Quasisoft Limited
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zoobc.com
도움말 페이지 URL https://zoobc.org
개인정보 보호 정책 페이지 URL https://quasisoft.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZooBC Connect",
    "version": "1.1",
    "description": "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "assets\/img\/zbc-black.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "http:\/\/zoobc.one\/",
            "http:\/\/staging.zoobc.one\/"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "usb"
    ]
}