Provenance Blockchain Wallet

Provenance Blockchain Wallet Browser Extension

Provenance Blockchain Walletとは何ですか?

Provenance Blockchain WalletはProvenance.ioによって開発されたChromeの拡張機能で、その主な機能は「Provenance Blockchain Wallet Browser Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Provenance Blockchain Wallet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        NOTICE: 
The Provenance Blockchain Wallet is no longer supported.  

The Provenance Blockchain Wallet can only be used to “send” assets to another wallet. Learn more about available wallet options at: https://provenance.io/ecosystem/HASH/











PREVIOUS DESCRIPTION:
Harness the power of distributed apps built on the Provenance Blockchain. The Provenance Blockchain Wallet connects you to the world of decentralized financial services within the Provenance Blockchain ecosystem.

Provenance Blockchain facilitates the establishment of an ecosystem that garners participation amongst financial functions including asset originators, fund managers, servicers, banks, and investors.

The Provenance Blockchain Wallet provides users in all categories the ability to hold and exchange HASH, the native token on the Provenance Blockchain, and connect to next generation financial service dApps powered by blockchain.

The Provenance Blockchain Wallet provides users with a secure, efficient, and robust self-custody key solution.  With the Provenance Blockchain Wallet you control your keys, you authorize dApps to connect with your wallet, and you sign all Provenance Blockchain transactions completely on your device.                    

拡張機能の基本情報

名前 Provenance Blockchain Wallet Provenance Blockchain Wallet
ID pfcpdmimlaffecihgamfbnfffmdlhkmh
公式URL https://chromewebstore.google.com/detail/provenance-blockchain-wal/pfcpdmimlaffecihgamfbnfffmdlhkmh
説明 Provenance Blockchain Wallet Browser Extension
ファイルサイズ 2.46 MB
インストール数 168
現在のバージョン 1.4.0
最終更新日 2023-09-01
公開日 2022-08-22
評価 5.00/5 合計 2 レビュー
開発者 Provenance.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://provenance.io/
ヘルプページのURL https://discord.com/channels/897185242182484029/928789153032831006
プライバシーポリシーページのURL https://provenance.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Provenance Blockchain Wallet",
    "description": "Provenance Blockchain Wallet Browser Extension",
    "author": "Provenance Blockchain Foundation",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "provenance-blockchain-wallet.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "chromeos": "Alt+Shift+P",
                "linux": "Alt+Shift+P",
                "mac": "Alt+Shift+P",
                "windows": "Alt+Shift+P"
            }
        }
    }
}