Passbolt - Open source password manager

Passbolt extension for the open source password manager for teams.

Passbolt - Open source password managerคืออะไร?

Passbolt - Open source password manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Passbolt และคุณลักษณะหลักของมันคือ "Passbolt extension for the open source password manager for teams."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Passbolt - Open source password manager

ดาวน์โหลดไฟล์ส่วนขยาย Passbolt - Open source password manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Passbolt is an open source password manager designed for collaboration. You can securely generate, store, manage and monitor your team credentials.

Get access to all of your logins and passwords from multiple browsers or even your mobile phone. Create strong random passwords, thanks to the fully customizable password generator, and share them instantly with your team. 

Passbolt is built on top of an open API made for developers and agile teams. Passbolt is extensible and yet usable by everyone. No technical knowledge is required to use it.

This is why Passbolt is trusted by small businesses, as well as government offices, regulated industries, and privacy-conscious organizations:

Boost collaboration & productivity:
- Easily share one password, or a folder with a single user or a group of users;
- Use personal or shared tags to identify passwords and secrets;
- Give specific access rights to a user or group;
- Get detailed reporting on access & change history.

Security by design. Audited and certified:
- True end-to-end encryption;
- Interoperable cryptography based on OpenPGP;
- Full control your own encryption key;
- Access revocation that actually works;
- Regularly audited by independent auditors.

Made in Europe. 
Privacy by default:
- Host it in our cloud, located in Europe;
- Or self-host it for full data ownership;
- No tracker, no strings attached.

Passbolt source code comes under an AGPL license (yes even the commercial version) and is publicly available. You are free to audit it, contribute to it, or redistribute it.

This add-on is required to use the software, in order to provide advanced security features as well as functionality such as password auto filling on web pages.

Get started now: https://www.passbolt.com/cloud/signup
Check the source code: https://github.com/passbolt                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Passbolt - Open source password manager Passbolt - Open source password manager
ID didegimhafipceonhjepacocaffmoppf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passbolt-open-source-pass/didegimhafipceonhjepacocaffmoppf
คำอธิบาย Passbolt extension for the open source password manager for teams.
ขนาดไฟล์ 4.78 MB
จำนวนการติดตั้ง 232,852
เวอร์ชันปัจจุบัน 4.5.2
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2020-06-23
คะแนน 4.17/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา Passbolt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.passbolt.com
URL หน้าช่วยเหลือ https://www.passbolt.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.passbolt.com/privacy
ภาษาที่รองรับ de,en,fr,nl,es,it,lt,pl,ro,sv,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "passbolt",
    "version": "4.5.2",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "externally_connectable": [],
    "icons": {
        "16": "webAccessibleResources\/img\/icons\/icon-16.png",
        "48": "webAccessibleResources\/img\/icons\/icon-48.png",
        "128": "webAccessibleResources\/img\/icons\/icon-128.png"
    },
    "background": {
        "page": "index.html"
    },
    "browser_action": {
        "default_icon": "webAccessibleResources\/img\/icons\/icon-32.png",
        "theme_icons": [
            {
                "light": "webAccessibleResources\/img\/icons\/icon-32.png",
                "dark": "webAccessibleResources\/img\/icons\/icon-32.png",
                "size": 32
            }
        ],
        "default_title": "Passbolt Quickaccess",
        "default_popup": "webAccessibleResources\/quickaccess.html?passbolt=quickaccess"
    },
    "commands": {
        "passbolt-open": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            },
            "description": "Open passbolt in a new tab!"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage",
        "background",
        "clipboardWrite",
        "downloads",
        "*:\/\/*\/*",
        "alarms",
        "cookies"
    ],
    "web_accessible_resources": [
        "webAccessibleResources\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none';"
}