Cripz Wallet
Cripz Wallet is a secure, decentralized, easy to use and free wallet.
Cripz Wallet क्या है?
Cripz Wallet https://cripz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cripz Wallet is a secure, decentralized, easy to use and free wallet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cripz Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cripz Wallet is an open-source decentralized cryptocurrency wallet for sending and receiving tokens. With the extension you can connect to the Cripz decentralized platform to make direct anonymous deals with other users without intermediaries. The wallet has the functionality to create a digital signature required to work with Escrow, which provides maximum security when you buying or selling cryptocurrency. Main functions: - Create new wallet or import existing - Send and receive tokens - Connect with Dapps Cripz securely for trading - Easily confirm transactions directly on desktop Learn more at cripz.com/wallet
एक्सटेंशन की मूल जानकारी
नाम | Cripz Wallet |
ID | gfcjcolbeianigogpbkkgfioaamnbfag |
आधिकारिक URL | https://chromewebstore.google.com/detail/cripz-wallet/gfcjcolbeianigogpbkkgfioaamnbfag |
विवरण | Cripz Wallet is a secure, decentralized, easy to use and free wallet. |
फ़ाइल का आकार | 3.18 MB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2022-12-13 |
प्रकाशन तिथि | 2022-08-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://cripz.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cripz.com/ru/wallet |
समर्थित भाषाएँ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.5", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "Cripz", "default_popup": "popup.html" }, "host_permissions": [ "http:\/\/localhost:4200\/*", "https:\/\/app.cripz.com\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "70": "icon-70.png", "144": "icon-144.png" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:4200\/*", "https:\/\/app.cripz.com\/*", "https:\/\/cripz.com\/*" ], "js": [ "contentScript.bundle.js" ] } ], "content_security_policy": [], "permissions": [ "tabs", "storage", "notifications", "scripting", "alarms" ], "web_accessible_resources": [ { "resources": [ "inpage.js" ], "matches": [ "*:\/\/*\/*" ], "extension_ids": [] } ], "manifest_version": 3 } |