Password Tote

Assists with logging into websites/services.

Co je Password Tote?

Password Tote je rozšíření Chrome vyvinuté https://www.passwordtote.com, a jeho hlavní funkcí je „Assists with logging into websites/services.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Password Tote

Stáhněte si soubory rozšíření Password Tote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
Oficiální URL https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Popis Assists with logging into websites/services.
Velikost souboru 125 KB
Počet instalací 1,734
Aktuální Verze 1.0.6.15
Poslední Aktualizace 2023-02-16
Datum Vydání 2016-09-23
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář https://www.passwordtote.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.passwordtote.com
URL Stránky Zásad Ochrany Soukromí https://www.passwordtote.com/privacy.aspx
Podporované Jazyky 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"
            ]
        }
    ]
}