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
Eメール [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"
            ]
        }
    ]
}