Radix Wallet Connector
Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices.
Radix Wallet Connector क्या है?
Radix Wallet Connector https://radixdlt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Radix Wallet Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Radix Connector browser extension is a companion to the Radix Wallet app for mobile. It links to your Radix Wallet and allows it to interact with dApps running on the Radix network in your Chrome browser. It also makes it possible to connect and use Ledger hardware wallet devices with your Radix Wallet.
एक्सटेंशन की मूल जानकारी
नाम | Radix Wallet Connector |
ID | bfeplaecgkoeckiidkgkmlllfbaeplgm |
आधिकारिक URL | https://chromewebstore.google.com/detail/radix-wallet-connector/bfeplaecgkoeckiidkgkmlllfbaeplgm |
विवरण | Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices. |
फ़ाइल का आकार | 582 KB |
स्थापना संख्या | 13,318 |
वर्तमान संस्करण | 1.3.7 |
अंतिम अपडेट | 2024-02-23 |
प्रकाशन तिथि | 2023-09-26 |
रेटिंग | 4.79/5 कुल 33 रेटिंग्स |
डेवलपर | https://radixdlt.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://radixdlt.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.radixdlt.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Radix Wallet Connector", "version": "1.3.7", "description": "Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices.", "version_name": "1.3.7", "action": { "default_popup": "src\/pairing\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader.25175edf.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*", "http:\/\/127.0.0.1\/*" ], "run_at": "document_idle", "all_frames": true } ], "options_page": "src\/options\/index.html", "host_permissions": [ "https:\/\/*\/*", "http:\/\/localhost\/*", "http:\/\/127.0.0.1\/*" ], "permissions": [ "storage", "tabs", "offscreen", "scripting", "notifications", "contextMenus", "idle" ], "icons": { "16": "radix-icon_16x16.png", "48": "radix-icon_48x48.png", "128": "radix-icon_128x128.png" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/logger.a6a41dec.js", "assets\/message-client.a602760e.js", "assets\/get-connection-password.e7eba581.js", "assets\/first.6e9fe4da.js", "assets\/Subject.832f3a99.js", "assets\/chrome-local-store.576f614d.js", "assets\/content-script.ts.a35c2b56.js" ], "use_dynamic_url": false } ] } |