PumaPay

An Ethereum Wallet in your Browser

PumaPayคืออะไร?

PumaPay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pumapay.io และคุณลักษณะหลักของมันคือ "An Ethereum Wallet in your Browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PumaPay

ดาวน์โหลดไฟล์ส่วนขยาย PumaPay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PumaPay Chrome Plugin MVP in your Browser

The PumaPay Chrome Plugin MVP is a convenient Chrome extension! Access and manage your PumaPay Wallet, easily and effortlessly.
The Chrome extension is based on MetaMask Chrome Extension technology, which makes it compatible with the PumaPay system. MetaMask (https://metamask.io) is an extension which facilitates access to Ethereum enabled distributed applications, or “Dapps” in your browser! The extension adds functionality by calling web3.js API to enable crypto transactions through your browser, so that dapps can track your blockchain activity. Users can create and manage their identities, while making sure their funds are secure through private keys.
The next iteration of the Chrome Extension will include full support for our PullPayment Advanced Billing Models.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PumaPay PumaPay
ID ipkcagngbjpjlmajjcklpknniojdhppe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pumapay/ipkcagngbjpjlmajjcklpknniojdhppe
คำอธิบาย An Ethereum Wallet in your Browser
ขนาดไฟล์ 12.36 MB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-07-17
วันที่เผยแพร่ 2019-07-12
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://pumapay.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pumapay.io/docs/privacypolicy.pdf
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "https:\/\/pumapay.io\/",
    "description": "__MSG_appDescription__",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "icons": {
        "16": "images\/pumapay-19x19.png",
        "128": "images\/pumapay-38x38.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/pumapay-19x19.png",
            "38": "images\/pumapay-38x38.png"
        },
        "default_title": "PumaPay",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "http:\/\/localhost:8545\/",
        "https:\/\/*.infura.io\/",
        "activeTab",
        "webRequest",
        "*:\/\/*.eth\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "inpage.js",
        "phishing.html",
        "firebase-messaging-sw.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/pumapay.io\/*"
        ],
        "ids": [
            "*"
        ]
    }
}