Kambani
A Factom addresses and identity management system in your browser.
Kambani क्या है?
Kambani https://factomatic.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Factom addresses and identity management system in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kambani एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Kambani enables the storage of keys and digital identities, associated with the Factom blockchain, inside an encrypted "vault". It can be used to sign arbitrary requests from websites, effectively turning web applications into Factom enabled dApps. Kambani provides an intuitive UI for: * importing FCT/EC addresses * creating and managing digital identities * creating an encrypted backup of your vault * reviewing and signing incoming requests from Kambani-enabled websites
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oiceedellfbhhplkfkpkkocbdkifpili |
आधिकारिक URL | https://chromewebstore.google.com/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili |
विवरण | A Factom addresses and identity management system in your browser. |
फ़ाइल का आकार | 2.15 MB |
स्थापना संख्या | 508 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2020-01-15 |
प्रकाशन तिथि | 2020-01-14 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://factomatic.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/factomatic/kambani |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kambani", "description": "A Factom addresses and identity management system in your browser.", "version": "0.1.3", "permissions": [ "activeTab", "notifications", "storage", "unlimitedStorage", "clipboardWrite", "https:\/\/testnet-api.factomatic.io\/write-did" ], "browser_action": { "default_title": "Kambani", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |