Kambani
A Factom addresses and identity management system in your browser.
ما هو Kambani؟
Kambani هو إضافة Chrome تم تطويرها بواسطة https://factomatic.io، والميزة الرئيسية لها هي "A Factom addresses and identity management system in your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kambani
قم بتنزيل ملفات الامتداد Kambani بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [ " |