Paytaca

Secure and convenient Bitcoin Cash wallet app

Paytaca क्या है?

Paytaca https://paytaca.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure and convenient Bitcoin Cash wallet app"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bitcoin Cash (BCH) is a purely peer-to-peer version of electronic cash that allows online payments to be sent directly from one party to another. It is sound money for the modern internet world.

The Paytaca wallet brings this revolutionary cryptocurrency to everyone everywhere. We have the app built for the browser, mobile, and desktop with features that are accessible and easy to use both by beginners and advanced users.

Paytaca wallet brings the power of BCH to the hands of every user, with their private keys solely under their custody giving them complete control of their own money.

The wallet supports CashTokens -- a native token protocol in BCH blockchain, which enables creation of fungible and non-fungible tokens for various applications including reward systems, stablecoins, digital collectibles, games, and many more.                    

एक्सटेंशन की मूल जानकारी

नाम Paytaca Paytaca
ID pakphhpnneopheifihmjcjnbdbhaaiaa
आधिकारिक URL https://chromewebstore.google.com/detail/paytaca/pakphhpnneopheifihmjcjnbdbhaaiaa
विवरण Secure and convenient Bitcoin Cash wallet app
फ़ाइल का आकार 9.5 MB
स्थापना संख्या 836
वर्तमान संस्करण 0.17.10
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2021-07-28
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर https://paytaca.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.paytaca.com/docs/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paytaca",
    "description": "Secure and convenient Bitcoin Cash wallet app",
    "version": "0.17.10",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_page": "www\/index.html",
    "browser_action": {
        "default_title": "Paytaca",
        "default_popup": "www\/index.html",
        "default": "www\/index.html"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}