Password Tote

Assists with logging into websites/services.

什么是Password Tote?

Password Tote是由https://www.passwordtote.com开发的Chrome扩展程序,该扩展的主要功能是“Assists with logging into websites/services.”。

扩展截图

screenshot
screenshot

下载Password Tote扩展crx文件

下载Password Tote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
官方URL https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
简介 Assists with logging into websites/services.
文件大小 125 KB
安装次数 1,734
当前版本 1.0.6.15
更新时间 2023-02-16
上架时间 2016-09-23
评分 4.60/5 共10次评分
开发者 https://www.passwordtote.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.passwordtote.com
隐私政策页面URL https://www.passwordtote.com/privacy.aspx
支持的语言 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"
            ]
        }
    ]
}