Show Passwords

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

Wat is Show Passwords?

Show Passwords is een Chrome-extensie ontwikkeld door https://slrinformatica.com, en de belangrijkste functie is "Show all password of page - Muestra las contraseñas guardadas".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show Passwords

Download Show Passwords-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Show Passwords Show Passwords
ID honicdecdbkbpfclcdabjobakaojgeep
Officiële URL https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep
Beschrijving Show all password of page - Muestra las contraseñas guardadas
Bestandsgrootte 2.33 MB
Aantal Installaties 615
Huidige Versie 1.0
Laatst Bijgewerkt 2015-07-09
Publicatiedatum 2015-07-09
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://slrinformatica.com
Betalingswijze free
Help Pagina-URL http://slrinformatica.com/contacto
Ondersteunde Talen 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
}