Password Tote

Assists with logging into websites/services.

Hvad er Password Tote?

Password Tote er en Chrome-udvidelse udviklet af https://www.passwordtote.com, og dens hovedfunktion er "Assists with logging into websites/services.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Password Tote-udvidelses-CRX-fil

Download Password Tote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
Officiel URL https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Beskrivelse Assists with logging into websites/services.
Filstørrelse 125 KB
Antal Installationer 1,734
Nuværende Version 1.0.6.15
Senest Opdateret 2023-02-16
Udgivelsesdato 2016-09-23
Bedømmelse 4.60/5 Samlet 10 Bedømmelser
Udvikler https://www.passwordtote.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.passwordtote.com
URL til Fortrolighedspolitik Side https://www.passwordtote.com/privacy.aspx
Understøttede Sprog 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"
            ]
        }
    ]
}