Password Tote

Assists with logging into websites/services.

Apa itu Password Tote?

Password Tote adalah ekstensi Chrome yang dikembangkan oleh https://www.passwordtote.com, dan fitur utamanya adalah "Assists with logging into websites/services.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Password Tote

Unduh file ekstensi Password Tote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
URL Resmi https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Deskripsi Assists with logging into websites/services.
Ukuran File 125 KB
Jumlah Instalasi 1,734
Versi Saat Ini 1.0.6.15
Terakhir Diperbarui 2023-02-16
Tanggal Publikasi 2016-09-23
Penilaian 4.60/5 Total 10 Penilaian
Pengembang https://www.passwordtote.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.passwordtote.com
URL Halaman Kebijakan Privasi https://www.passwordtote.com/privacy.aspx
Bahasa yang Didukung 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"
            ]
        }
    ]
}