Akeyless Password Manager
Akeyless Password Manager
什么是Akeyless Password Manager?
Akeyless Password Manager是由akeyless.io开发的Chrome扩展程序,该扩展的主要功能是“Akeyless Password Manager”。
扩展截图
下载Akeyless Password Manager扩展crx文件
下载Akeyless Password Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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", " |