Akeyless Password Manager
Akeyless Password Manager
Cos'è Akeyless Password Manager?
Akeyless Password Manager è un'estensione di Chrome sviluppata da akeyless.io, e la sua funzione principale è "Akeyless Password Manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Akeyless Password Manager
Scarica i file di estensione Akeyless Password Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Akeyless Password Manager |
ID | lndiebbhdpfejgkbeghdkfjlolamagch |
URL Ufficiale | https://chromewebstore.google.com/detail/akeyless-password-manager/lndiebbhdpfejgkbeghdkfjlolamagch |
Descrizione | Akeyless Password Manager |
Dimensione del File | 3.13 MB |
Conteggio Installazioni | 707 |
Versione Corrente | 3.1.0 |
Ultimo Aggiornamento | 2024-02-27 |
Data di Pubblicazione | 2022-08-15 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | akeyless.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.akeyless.io |
URL della Pagina della Politica sulla Privacy | https://www.akeyless.io/privacy-policy |
Lingue Supportate | 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", " |