Show Passwords

Show all password of page - Muestra las contraseñas guardadas

Qu'est-ce que Show Passwords ?

Show Passwords est une extension Chrome développée par https://slrinformatica.com, et sa fonction principale est "Show all password of page - Muestra las contraseñas guardadas".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Passwords

Téléchargez les fichiers d'extension Show Passwords 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

                        Muestra las claves guardadas en el momento en el que el navegador autorellena el formulario. 

Show you saved passwords when the browser autofill the form.                    

Informations de Base sur l'Extension

Nom Show Passwords Show Passwords
ID honicdecdbkbpfclcdabjobakaojgeep
URL Officiel https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep
Description Show all password of page - Muestra las contraseñas guardadas
Taille du Fichier 2.33 MB
Nombre d'Installations 615
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-09
Date de Publication 2015-07-09
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://slrinformatica.com
Type de Paiement free
URL de la Page d'Aide http://slrinformatica.com/contacto
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Passwords",
    "description": "Show all password of page - Muestra las contrase\u00f1as guardadas",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "short_name": "ShowPass",
    "homepage_url": "http:\/\/slrinformatica.com",
    "icons": {
        "16": "candado16.png",
        "48": "candado48.png",
        "128": "candado128.png"
    },
    "background": {
        "scripts": [
            "pass.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show all password of page"
    },
    "manifest_version": 2
}