ZooBC Connect

Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet

What is ZooBC Connect?

ZooBC Connect is a Chrome extension developed by Quasisoft Limited, and its main feature is "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet".

Extension Screenshots

screenshot

Download ZooBC Connect Extension CRX File

Download ZooBC Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ZooBC Connect ZooBC Connect
ID cfnlljelhmoimoihkljfpmcjkpldocfa
Official URL https://chrome.google.com/webstore/detail/zoobc-connect/cfnlljelhmoimoihkljfpmcjkpldocfa
Description Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet
File Size 2.09 MB
Installation Count 17
Current Version 1.1
Last Updated 2021-03-24
Publish Date 2021-03-24
Developer Quasisoft Limited
Email [email protected]
Payment Type free
Extension Website https://zoobc.com
Help Page URL https://zoobc.org
Privacy Policy Page URL https://quasisoft.com/privacy-policy
Supported Languages 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"
    ]
}