VaultPass
A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams
VaultPassคืออะไร?
VaultPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Blum และคุณลักษณะหลักของมันคือ "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VaultPass
ดาวน์โหลดไฟล์ส่วนขยาย VaultPass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Think of it like Keepass for Teams where all your secrets are safely stored in Vault. To use this exention you will need to have a running Vault instance.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VaultPass |
ID | kbndeonibamcpiibocdhlagccdlmefco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vaultpass/kbndeonibamcpiibocdhlagccdlmefco |
คำอธิบาย | A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams |
ขนาดไฟล์ | 65.67 KB |
จำนวนการติดตั้ง | 774 |
เวอร์ชันปัจจุบัน | 2.3.4 |
อัปเดตครั้งล่าสุด | 2023-11-21 |
วันที่เผยแพร่ | 2019-02-26 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Chris Blum |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mulbc/vaultpass |
URL หน้าช่วยเหลือ | https://github.com/mulbc/vaultPass/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/mulbc/vaultPass/blob/master/dataPrivacy.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VaultPass", "description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams", "version": "2.3.4", "action": { "default_icon": "icons\/logo128.png", "default_popup": "popup.html", "default_title": "VaultPass" }, "icons": { "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ " |