ReynaPay
ReynaPay Chrome Extension for Tron Foundation
ReynaPay क्या है?
ReynaPay Reyna Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ReynaPay Chrome Extension for Tron Foundation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ReynaPay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |