Password Tote

Assists with logging into websites/services.

Password Tote là gì?

Password Tote là một tiện ích mở rộng Chrome được phát triển bởi https://www.passwordtote.com, và tính năng chính của nó là "Assists with logging into websites/services.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Password Tote

Tải xuống các tệp mở rộng Password Tote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
URL Chính Thức https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Mô tả Assists with logging into websites/services.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 1,734
Phiên Bản Hiện Tại 1.0.6.15
Cập Nhật Lần Cuối 2023-02-16
Ngày Phát Hành 2016-09-23
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.passwordtote.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.passwordtote.com
URL Trang Chính Sách Bảo Mật https://www.passwordtote.com/privacy.aspx
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}