ReynaPay
ReynaPay Chrome Extension for Tron Foundation
ReynaPay란 무엇입니까?
ReynaPay은(는) Reyna Foundation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ReynaPay Chrome Extension for Tron Foundation"입니다.
확장 프로그램 스크린샷
ReynaPay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ReynaPay is the TRON Foundation wallet with the most users, coming in three versions (Chrome Wallet Extension/iOS/Android), and you're looking at the Chrome Wallet Extension for TRON. Main function: Send and receive TRX, TRC10 and TRC20 tokens;Integrate smart contract calls on developers’ site; Use Dapps within the browser. About TRON: TRON's market cap is among the top 10 on a global scale. Since June 25th 2018, TRON migrated its ERC20 tokens to TRON’s Mainnet, making TRX an independent cryptocurrency. Official website link: https://reyna2.com Contact Reyna Foundation: English telegram:https://t.me/reyna2limited Official Twitter: https://twitter.com/reyna2limited
확장 프로그램 기본 정보
이름 | |
ID | djhecjelehcfnnlbkegkckcngmngdnjf |
공식 URL | https://chrome.google.com/webstore/detail/reynapay/djhecjelehcfnnlbkegkckcngmngdnjf |
설명 | ReynaPay Chrome Extension for Tron Foundation |
파일 크기 | 10.56 MB |
설치 횟수 | 25 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2020-01-15 |
출시 날짜 | 2020-01-15 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Reyna Foundation |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://reyna2.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReynaPay", "version": "0.1.0", "version_name": "0.1.0", "description": "ReynaPay Chrome Extension for Tron Foundation", "author": "[email protected]", "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-LayQc1iWBC+6WbHHvHZj3uSx3CxrGBHUJBR7si4qf8w=' 'sha256-POEO+wER89cezFVZ27JoP523HJNPMQxmh5Rcz\/OZpr4=' 'sha256-IThiKMnsg0UHaLmP7sJxZpd\/ohvINImwjxFJyxGFSlk=' https:\/\/*.sentry.io https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab" ], "browser_action": { "default_popup": "packages\/popup\/build\/index.html", "default_title": "ReynaPay" }, "icons": { "128": "packages\/popup\/static\/icon.png" }, "background": { "scripts": [ "dist\/backgroundScript.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "dist\/pageHook.js" ] } |