Paytaca

Secure and convenient Bitcoin Cash wallet app

Paytaca란 무엇입니까?

Paytaca은(는) https://paytaca.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure and convenient Bitcoin Cash wallet app"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Paytaca 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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';"
}