Show Passwords

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

Что такое Show Passwords?

Show Passwords - это расширение Chrome, разработанное https://slrinformatica.com, и его основная функция - "Show all password of page - Muestra las contraseñas guardadas".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Show Passwords

Скачайте файлы расширений Show Passwords в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Show Passwords Show Passwords
ID honicdecdbkbpfclcdabjobakaojgeep
Официальный URL https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep
Описание Show all password of page - Muestra las contraseñas guardadas
Размер файла 2.33 MB
Количество установок 615
Текущая Версия 1.0
Последнее Обновление 2015-07-09
Дата публикации 2015-07-09
Рейтинг 4.80/5 Всего 5 оценок
Разработчик https://slrinformatica.com
Тип оплаты free
URL страницы помощи http://slrinformatica.com/contacto
Поддерживаемые языки 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
}