Total Password

Store your passwords safely and securely - Total Password makes life easier!

Total Password là gì?

Total Password là một tiện ích mở rộng Chrome được phát triển bởi https://totalpassword.com, và tính năng chính của nó là "Store your passwords safely and securely - Total Password makes life easier!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Total Password is the solution for protecting your online identity. Safely store all of your passwords, credit card information and identities in an encrypted vault, which you can access within seconds, making it easier to keep your online accounts safe. When it comes to security, we have you covered.

Hackers are regularly attacking major websites to try and steal email addresses and passwords that are signed up to access those websites. The moment they get hold of them, they try them on hundreds of other websites too - within a matter of seconds, they can see if the exposed email addresses and passwords work on popular social media or email websites. Total Password is your first line of defense against this.

We can put a stop to this identity theft threat. Each time you sign up to a website, and create a password, Total Password can generate a completely random, unique, long and unguessable one for you. We then store it securely for you, and automatically use it to log you in when you next visit the website. The only password you need to remember is the master - this provides access to all your unique passwords for each and every website.

You can sync your Total Password account across all of your devices, meaning you don’t need to worry about forgetting a password again.

Already using a password manager? No problem! You can easily import stored passwords from browsers or standalone password managers.

Check out all of our features below:

Secure, Encrypted storage

Passwords added to Total Password are securely stored in an encrypted cloud. Rest assured we utilize the Advanced Encryption Standard (AES) with a key size of 256 bits (AES-256). In simple terms, this means no person or machine could decrypt data stored in Total Password.

Unique Password Generator

With a single click Total Password can generate a secure and unique password for you with as many characters as you choose. It is so important to utilize the password generator, as opposed to choosing ones that you can remember. Words, and even words with letters replaced with numbers are inherently insecure, easily guessed and susceptible to brute force attacks. Avoid identity theft, use Total Password’s Password Generator.

Automatic sync between devices

Using Total Password to set unique passwords for each and every website means you need them on all your devices. It’s available as an extension on all major browsers as well as an app for iPhone, iPad and Android devices. If you add a new password on desktop, rest assured it will sync across to be available on mobile, or vice versa. Your up to date encrypted storage of websites, logins, passwords, credit cards and secure notes is available on all your devices.

Two-factor authentication

Two-factor, or 2FA, is the next level in security. What this means is that there are 2 factors to access your passwords, the first being your master password and the 2nd being a one-time code sent to your mobile device the moment you try to login. By enabling 2FA, this means even if your master password was guessed, an intruder wouldn’t be able to access your passwords, as they wouldn’t have your mobile device for the 2nd factor authorisation.

Security Reports

Stay up to date with password and data breaches. Using our Security Report feature, you can check all of your passwords against breaches worldwide and change them to a new, secure password quickly. 

Remote logout

Within Total Password you can see all the devices and browsers you’re logged into. You have full control to remove any devices with a single click, meaning you needn’t worry if you’ve left yourself logged in on a shared computer.

We collect your IP address on initial installation in order to allocate your free trial access without requiring any personal information. You will only be required to provide personal details such as your name, email address & payment credentials should you wish to activate a premium subscription.

Further details of both our terms & privacy policies can be found below:

Terms: https://www.totalpassword.com/terms
Privacy: https://www.totalpassword.com/privacy

Further details can be found on on pricing page https://www.totalpassword.com/pricing

Total Password will not store or log your data, your privacy is our priority.

This service is sold by Total Security Limited.                    

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

Tên Total Password Total Password
ID njimencmbpfibibelblbbabiffimoajp
URL Chính Thức https://chromewebstore.google.com/detail/total-password/njimencmbpfibibelblbbabiffimoajp
Mô tả Store your passwords safely and securely - Total Password makes life easier!
Kích Thước Tệp 4.36 MB
Số Lần Cài Đặt 13,246
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2024-02-11
Ngày Phát Hành 2023-04-30
Đánh Giá 2.27/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://totalpassword.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.totalpassword.com
URL Trang Trợ Giúp https://help.totalpassword.com
URL Trang Chính Sách Bảo Mật https://www.totalav.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,tr,da,es,it,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Total Password",
    "short_name": "TotalPass",
    "description": "__MSG_manifest_description__",
    "version": "1.2.1",
    "author": "Total Password",
    "homepage_url": "https:\/\/totalpassword.com\/",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/background\/service-worker-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/forge\/forge.js",
                "src\/content_scripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "src\/images\/icons\/icon-16.png",
        "48": "src\/images\/icons\/icon-48.png",
        "128": "src\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "storage",
        "cookies",
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "bookmarks"
    ],
    "optional_permissions": [
        "contextMenus",
        "privacy"
    ],
    "action": {
        "default_icon": {
            "128": "src\/images\/icons\/icon-128.png"
        },
        "default_popup": "src\/ui\/index.html",
        "default_title": "Total Password"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/images\/icons\/blank.png",
                "src\/content_scripts\/popup.html",
                "src\/content_scripts\/notification.html",
                "src\/images\/icons\/icon-32.png",
                "src\/images\/icons\/icon-32-i.png",
                "src\/images\/icons\/iconForce-32.png"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; img-src * data: ; object-src 'self'"
    }
}