Akeyless Password Manager
Akeyless Password Manager
ما هو Akeyless Password Manager؟
Akeyless Password Manager هو إضافة Chrome تم تطويرها بواسطة akeyless.io، والميزة الرئيسية لها هي "Akeyless Password Manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Akeyless Password Manager
قم بتنزيل ملفات الامتداد Akeyless Password Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Akeyless Vault Platform is a leading SaaS-based Secrets Management solution that protects and manages credentials, certificates and keys used by machines, applications and DevOps teams, in both hybrid and multi-cloud environments. The Akeyless SaaS-based platform is built on top of a unique, FIPS 140-2 certified Key Management System technology that enables a true Zero Knowledge solution. Akeyless Password Manager, is an easy to use, highly secured vault to store and manage your passwords. For more info visit https://www.akeyless.io
معلومات أساسية عن التمديد
الاسم | Akeyless Password Manager |
ID | lndiebbhdpfejgkbeghdkfjlolamagch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/akeyless-password-manager/lndiebbhdpfejgkbeghdkfjlolamagch |
الوصف | Akeyless Password Manager |
حجم الملف | 3.13 MB |
عدد التثبيتات | 707 |
النسخة الحالية | 3.1.0 |
آخر تحديث | 2024-02-27 |
تاريخ النشر | 2022-08-15 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | akeyless.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.akeyless.io |
عنوان صفحة سياسة الخصوصية | https://www.akeyless.io/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "{b2232d62-5502-4372-bfd3-2a93a8b4def4}", "strict_min_version": "91.1.0" } }, "manifest_version": 2, "name": "Akeyless Password Manager", "short_name": "APM", "version": "3.1.0", "description": "Akeyless Password Manager", "homepage_url": "https:\/\/www.akeyless.io", "icons": { "96": "PasswordManager96x96.png" }, "browser_action": { "default_icon": "PasswordManager96x96-v1.png", "default_popup": "index.html", "default_title": "Open the popup" }, "web_accessible_resources": [ "static\/*", "content.html" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' blob:; object-src 'self'", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js", "iframe_app.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage", "tabs", " |