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ファイルをダウンロード

ZooBC Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}