Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
ما هو Vault؟
Vault هو إضافة Chrome تم تطويرها بواسطة coreappsafrica، والميزة الرئيسية لها هي "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vault
قم بتنزيل ملفات الامتداد Vault بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the computer clipboard to be used on the chrome browser. When a password has been successfully transmitted the the extension creates an alert on the browser with a message.
معلومات أساسية عن التمديد
الاسم | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
الوصف | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
حجم الملف | 294 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.0.0.4 |
آخر تحديث | 2020-06-29 |
تاريخ النشر | 2020-06-29 |
المطور | coreappsafrica |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Hmasters4664/VaultPro/wiki |
عنوان صفحة المساعدة | https://github.com/Hmasters4664/VaultPro/wiki |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vault", "version": "0.0.0.4", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Log In" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "storage" ], "background": { "persistent": true, "page": "background.html" } } |