Password Tote

Assists with logging into websites/services.

What is Password Tote?

Password Tote is a Chrome extension developed by https://www.passwordtote.com, and its main feature is "Assists with logging into websites/services.".

Extension Screenshots

screenshot
screenshot

Download Password Tote Extension CRX File

Download Password Tote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Password Tote extension allows you to auto fill your website logins with passwords that are stored in Password Tote. It enables you to keep very secure passwords stored securely and instantly login to your websites without having to remember the passwords. Password Tote is accessible on multiple platforms including Windows, Mac OS X, iOS and Android. Please visit https://www.passwordtote.com for more information.                    

Extension Basic Information

Name Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
Official URL https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Description Assists with logging into websites/services.
File Size 125 KB
Installation Count 1,734
Current Version 1.0.6.15
Last Updated 2023-02-16
Publish Date 2016-09-23
Rating 4.60/5 Total 10 Ratings
Developer https://www.passwordtote.com
Email [email protected]
Payment Type free
Extension Website https://www.passwordtote.com
Privacy Policy Page URL https://www.passwordtote.com/privacy.aspx
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Tote",
    "version": "1.0.6.15",
    "manifest_version": 2,
    "description": "Assists with logging into websites\/services.",
    "icons": {
        "128": "ptote128logo.png",
        "48": "ptote48logo.png",
        "16": "ptote16logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "ptote24logo.png",
        "default_title": "Password Tote",
        "default_popup": "main.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.passwordtote.com\/online\/passwords.aspx"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "exists.js"
            ]
        }
    ]
}