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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}