Uno Password Generator

Simple password generator extension that helps you generate secure passwords

Uno Password Generator là gì?

Uno Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://uno.app, và tính năng chính của nó là "Simple password generator extension that helps you generate secure passwords".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Uno Password Generator

Tải xuống các tệp mở rộng Uno Password Generator 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

                        Simple tool for generating strong and secure passwords.

With smart mode, the password generator will detect the current website you’re on and automatically create a password that is compatible with the website’s requirements.

With random mode, you can adjust the parameters of the password generator to ensure the password meets the website’s requirements.

You can generate an unlimited number of passwords and copy them directly to your clipboard.

Need a password manager to save these passwords? Get access at www.uno.app.                    

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

Tên Uno Password Generator Uno Password Generator
ID anpalkjekmaihebicpojlcfjdbkbjoia
URL Chính Thức https://chromewebstore.google.com/detail/uno-password-generator/anpalkjekmaihebicpojlcfjdbkbjoia
Mô tả Simple password generator extension that helps you generate secure passwords
Kích Thước Tệp 95.03 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-12-31
Ngày Phát Hành 2021-12-30
Đánh Giá 5.00/5 Tổng số 32 Đánh Giá
Nhà Phát Triển https://uno.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.uno.app
URL Trang Chính Sách Bảo Mật https://www.uno.app/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uno Password Generator",
    "version": "0.1",
    "description": "Simple password generator extension that helps you generate secure passwords",
    "permissions": [
        "identity",
        "activeTab"
    ],
    "oauth2": {
        "client_id": "345064011110-rrtpqihrvc0dvbrt3eqg0lh6ssgsj339.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "host_permissions": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/generator.uno.app\/"
            ],
            "js": [
                "js\/content.js",
                "popup\/bootstrap.bundle.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Uno Password Generator",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png",
            "256": "images\/256.png",
            "512": "images\/512.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png",
        "256": "images\/256.png",
        "512": "images\/512.png"
    },
    "manifest_version": 3
}