Password Tote

Assists with logging into websites/services.

Qu'est-ce que Password Tote ?

Password Tote est une extension Chrome développée par https://www.passwordtote.com, et sa fonction principale est "Assists with logging into websites/services.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Password Tote

Téléchargez les fichiers d'extension Password Tote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
URL Officiel https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Description Assists with logging into websites/services.
Taille du Fichier 125 KB
Nombre d'Installations 1,734
Version Actuelle 1.0.6.15
Dernière Mise à Jour 2023-02-16
Date de Publication 2016-09-23
Évaluation 4.60/5 Total 10 Évaluations
Développeur https://www.passwordtote.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.passwordtote.com
URL de la Page de Politique de Confidentialité https://www.passwordtote.com/privacy.aspx
Langues Prises en Charge 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"
            ]
        }
    ]
}