Akeyless Password Manager
Akeyless Password Manager
Akeyless Password Manager क्या है?
Akeyless Password Manager akeyless.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Akeyless Password Manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Akeyless Password Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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", " |