Show Passwords

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

Cos'è Show Passwords?

Show Passwords è un'estensione di Chrome sviluppata da https://slrinformatica.com, e la sua funzione principale è "Show all password of page - Muestra las contraseñas guardadas".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show Passwords

Scarica i file di estensione Show Passwords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Show Passwords Show Passwords
ID honicdecdbkbpfclcdabjobakaojgeep
URL Ufficiale https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep
Descrizione Show all password of page - Muestra las contraseñas guardadas
Dimensione del File 2.33 MB
Conteggio Installazioni 615
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-09
Data di Pubblicazione 2015-07-09
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore https://slrinformatica.com
Tipo di Pagamento free
URL della Pagina di Aiuto http://slrinformatica.com/contacto
Lingue Supportate 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
}