Total Password

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

什麼是Total Password?

Total Password是由https://totalpassword.com開發的Chrome擴展程式,該擴展的主要功能是“Store your passwords safely and securely - Total Password makes life easier!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Total Password擴展crx文件

下載Total Password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Total Password Total Password
ID njimencmbpfibibelblbbabiffimoajp
官方網址 https://chromewebstore.google.com/detail/total-password/njimencmbpfibibelblbbabiffimoajp
簡介 Store your passwords safely and securely - Total Password makes life easier!
檔案大小 4.36 MB
安裝次數 13,246
目前版本 1.2.1
更新時間 2024-02-11
上架時間 2023-04-30
評分 2.27/5 共 22 次評分
開發者 https://totalpassword.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.totalpassword.com
說明頁面URL https://help.totalpassword.com
隱私政策頁面URL https://www.totalav.com/privacy
支援的語言 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'"
    }
}