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
官方網址 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"
            ]
        }
    ]
}