Show Passwords

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

Show Passwords là gì?

Show Passwords là một tiện ích mở rộng Chrome được phát triển bởi https://slrinformatica.com, và tính năng chính của nó là "Show all password of page - Muestra las contraseñas guardadas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show Passwords

Tải xuống các tệp mở rộng Show Passwords dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show Passwords Show Passwords
ID honicdecdbkbpfclcdabjobakaojgeep
URL Chính Thức https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep
Mô tả Show all password of page - Muestra las contraseñas guardadas
Kích Thước Tệp 2.33 MB
Số Lần Cài Đặt 615
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-09
Ngày Phát Hành 2015-07-09
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://slrinformatica.com
Loại Thanh Toán free
URL Trang Trợ Giúp http://slrinformatica.com/contacto
Ngôn Ngữ Được Hỗ Trợ 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
}