ZooBC Connect
Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet
ما هو ZooBC Connect؟
ZooBC Connect هو إضافة Chrome تم تطويرها بواسطة Quasisoft Limited، والميزة الرئيسية لها هي "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZooBC Connect
قم بتنزيل ملفات الامتداد ZooBC Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ZooBC connect is a companion app for https://zoobc.one to let users sign transactions with their government released eID card or with hardware wallets such as Ledger Nano or Safe Pal.
معلومات أساسية عن التمديد
الاسم | |
ID | cfnlljelhmoimoihkljfpmcjkpldocfa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zoobc-connect/cfnlljelhmoimoihkljfpmcjkpldocfa |
الوصف | Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet |
حجم الملف | 2.09 MB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-03-24 |
تاريخ النشر | 2021-03-24 |
المطور | Quasisoft Limited |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://zoobc.com |
عنوان صفحة المساعدة | https://zoobc.org |
عنوان صفحة سياسة الخصوصية | https://quasisoft.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZooBC Connect", "version": "1.1", "description": "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "assets\/img\/zbc-black.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "http:\/\/zoobc.one\/", "http:\/\/staging.zoobc.one\/" ] }, "permissions": [ "tabs", "storage", "usb" ] } |