Provenance Blockchain Wallet

Provenance Blockchain Wallet Browser Extension

Provenance Blockchain Wallet क्या है?

Provenance Blockchain Wallet Provenance.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provenance Blockchain Wallet Browser Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Provenance Blockchain Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            }
        }
    }
}