Show Passwords
Show all password of page - Muestra las contraseñas guardadas
What is Show Passwords?
Show Passwords is a Chrome extension developed by https://slrinformatica.com, and its main feature is "Show all password of page - Muestra las contraseñas guardadas".
Extension Screenshots
Download Show Passwords Extension CRX File
Download Show Passwords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Show Passwords |
ID | honicdecdbkbpfclcdabjobakaojgeep |
Official URL | https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep |
Description | Show all password of page - Muestra las contraseñas guardadas |
File Size | 2.33 MB |
Installation Count | 615 |
Current Version | 1.0 |
Last Updated | 2015-07-09 |
Publish Date | 2015-07-09 |
Rating | 4.80/5 Total 5 Ratings |
Developer | https://slrinformatica.com |
Payment Type | free |
Help Page URL | http://slrinformatica.com/contacto |
Supported Languages | 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 } |