Hypervault
A password manager for teams. Check out hypervault.com for more information.
ما هو Hypervault؟
Hypervault هو إضافة Chrome تم تطويرها بواسطة https://hypervault.com، والميزة الرئيسية لها هي "A password manager for teams. Check out hypervault.com for more information.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hypervault
قم بتنزيل ملفات الامتداد Hypervault بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hypervault is a Sensitive Data Manager helping teams and companies securely manage more than just passwords, in the most efficient way. معلومات أساسية عن التمديد
| الاسم | |
| ID | ibgdljgnoeaobeknnbhkeiddjabgpakm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hypervault/ibgdljgnoeaobeknnbhkeiddjabgpakm |
| الوصف | A password manager for teams. Check out hypervault.com for more information. |
| حجم الملف | 659 KB |
| عدد التثبيتات | 233 |
| النسخة الحالية | 1.50 |
| آخر تحديث | 2022-06-28 |
| تاريخ النشر | 2021-07-24 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://hypervault.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://hypervault.com |
| عنوان صفحة المساعدة | https://help.hypervault.com |
| عنوان صفحة سياسة الخصوصية | https://www.hypervault.com/legal/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hypervault",
"homepage_url": "https:\/\/hypervault.com",
"description": "A password manager for teams. Check out hypervault.com for more information.",
"version": "1.50",
"permissions": [
"storage",
"windows",
"webNavigation",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"192": "android-chrome-192x192.png",
"512": "android-chrome-512x512.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/fonts.gstatic.com https:\/\/fonts.googleapis.com; object-src 'self';",
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/main.js"
],
"css": [
"assets\/css\/autocomplete-modal.css",
"assets\/css\/autocomplete-trigger.css",
"assets\/css\/save-login-modal.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_popup": "browser_action.html",
"default_title": "Hypervault",
"default_icon": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"192": "android-chrome-192x192.png",
"512": "android-chrome-512x512.png"
}
},
"web_accessible_resources": [
"autocomplete.html",
"save_login.html",
"logo-greyscale.svg",
"logo-greyscale-transparent.svg"
]
} | |