PumaPay
An Ethereum Wallet in your Browser
PumaPay란 무엇입니까?
PumaPay은(는) https://pumapay.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Ethereum Wallet in your Browser"입니다.
확장 프로그램 스크린샷
PumaPay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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": [ "*" ] } } |