aprico: Free Password Manager

aprico is the easiest-to-use password manager you’ll ever find. Free and open-source.

aprico: Free Password Manager là gì?

aprico: Free Password Manager là một tiện ích mở rộng Chrome được phát triển bởi https://aprico.org, và tính năng chính của nó là "aprico is the easiest-to-use password manager you’ll ever find. Free and open-source.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng aprico: Free Password Manager

Tải xuống các tệp mở rộng aprico: Free Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Are you still using the same password for every website/app you sign up for? In your workplace lan there is a “Passwords.docx” file full of sensitive data? You heard about password managers but they are no way easy to setup and use?

At the same time Google, Twitter et all are telling you to use a mix of numbers, symbols and letters and at least 8-10 characters long passwords. I know, our human brain was not programmed to remember all this things…

Introducing Aprico: the dead easy yet secure password manager. 

Aprico deterministically generates for you a different secure password for every account you’ll ever need. And you just need to remember an ID and a Master Password.

Aprico also doesn’t need to sync any vault or any other kind of data. You don’t even need to create an account in order to use it.

- Dead Simple
Aprico UX was designed from its inception to be as simple and frictionless as possible.

- Privacy Oriented
Aprico works 100% in your browser. No data will ever be sent to any server or cloud owned by us or by third parties. Read more in our privacy policy: https://aprico.org/privacy.html

- Works everywhere
You can use Aprico online, with your smartphone and directly in your browser with this web extension.

- Secure
Aprico generates your password using “scrypt”, one of the strongest cryptography algorithm out there.

- Open Source
Aprico is free and open-source software. Everyone is free to review, audit, and contribute to it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên aprico: Free Password Manager aprico: Free Password Manager
ID anghijfdmgonjcmljokbndedjcjdldbk
URL Chính Thức https://chromewebstore.google.com/detail/aprico-free-password-mana/anghijfdmgonjcmljokbndedjcjdldbk
Mô tả aprico is the easiest-to-use password manager you’ll ever find. Free and open-source.
Kích Thước Tệp 37.27 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2020-12-05
Ngày Phát Hành 2019-06-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://aprico.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://aprico.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "aprico: Free Password Manager",
    "short_name": "aprico",
    "description": "aprico is the easiest-to-use password manager you\u2019ll ever find. Free and open-source.",
    "version": "0.2.0",
    "homepage_url": "https:\/\/aprico.org",
    "author": "Pino Ceniccola",
    "icons": {
        "16": "assets\/aprico-16.png",
        "19": "assets\/aprico-19.png",
        "32": "assets\/aprico-32.png",
        "48": "assets\/aprico-48.png",
        "64": "assets\/aprico-64.png",
        "96": "assets\/aprico-96.png",
        "128": "assets\/aprico-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            },
            "description": "Open aprico password manager"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "assets\/aprico-16.png",
            "19": "assets\/aprico-19.png",
            "32": "assets\/aprico-32.png",
            "48": "assets\/aprico-48.png",
            "64": "assets\/aprico-64.png"
        },
        "default_title": "aprico",
        "default_popup": "popup.html"
    }
}