Akeyless Password Manager
Akeyless Password Manager
Akeyless Password Manager란 무엇입니까?
Akeyless Password Manager은(는) akeyless.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Akeyless Password Manager"입니다.
확장 프로그램 스크린샷
Akeyless Password Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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", " |