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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}