Delinea Web Password Filler

Access Platform and Secret Server managed credentials directly from your browser.

¿Qué es Delinea Web Password Filler?

Delinea Web Password Filler es una extensión de Chrome desarrollada por delinea_extension_devs, y su función principal es "Access Platform and Secret Server managed credentials directly from your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Delinea Web Password Filler

Descarga archivos de extensión Delinea Web Password Filler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The Delinea Web Password Filler (WPF) browser extension manages credentials for web sites and web applications using Delinea's flagship vaulting solution to save, manage and autofill credentials. WPF can be used by customers that use the Delinea Platform, Delinea Secret Server Cloud or Delinea Secret Server on-premise vaults.


WPF supports enterprise single sign-on (SSO) using several mechanisms like Integrated Windows Authentication, SAML, and OpenID. It also supports MFA options such as the Delinea Mobile App, Duo, TOTP authenticator apps, email, FIDO2/YubiKey and others.


WPF goes beyond basic password management by seamlessly integrating with the Delinea vault’s advanced credential sharing workflows like approval-before-access, exclusive time-limited checkout/checkin access, MFA-on-access, etc. WPF can also be configured to record user-activity to meet audit and compliance needs.


https://docs.delinea.com/online-help/web-password-filler/release-notes/3.8.0.htm                    

Información Básica de la Extensión

Nombre Delinea Web Password Filler Delinea Web Password Filler
ID mfpddejbpnbjkjoaicfedaljnfeollkh
URL Oficial https://chromewebstore.google.com/detail/delinea-web-password-fill/mfpddejbpnbjkjoaicfedaljnfeollkh
Descripción Access Platform and Secret Server managed credentials directly from your browser.
Tamaño del Archivo 736 KB
Cantidad de Instalaciones 204,335
Versión Actual 3.8
Última Actualización 2024-02-01
Fecha de Publicación 2020-07-01
Calificación 3.22/5 Total de 36 Calificaciones
Desarrollador delinea_extension_devs
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://delinea.com/
URL de la Página de Ayuda https://docs.delinea.com/wpf/current/
URL de la Página de Política de Privacidad https://delinea.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delinea Web Password Filler",
    "version": "3.8",
    "manifest_version": 2,
    "short_name": "Delinea Web Password Filler",
    "author": "Delinea Software LLC",
    "description": "Access Platform and Secret Server managed credentials directly from your browser.",
    "icons": {
        "16": "icons\/16-icon-active.png",
        "19": "icons\/19-icon-active.png",
        "48": "icons\/48-icon-active.png",
        "128": "icons\/128-icon-active.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "encryption\/CanvasRecorder.js",
            "encryption\/thycotic-pb.js",
            "encryption\/System.js",
            "encryption\/System.BigInt.js",
            "encryption\/System.IO.js",
            "encryption\/System.Text.js",
            "encryption\/System.Convert.js",
            "encryption\/System.BitConverter.js",
            "encryption\/System.Security.Cryptography.SHA1.js",
            "encryption\/System.Security.Cryptography.js",
            "encryption\/System.Security.Cryptography.RSA.js",
            "encryption\/System.Security.Cryptography.HMACSHA1.js",
            "encryption\/System.Security.Cryptography.AES.js",
            "encryption\/queue.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16-icon-inactive.png",
            "19": "icons\/19-icon-inactive.png",
            "48": "icons\/48-icon-inactive.png",
            "128": "icons\/128-icon-inactive.png"
        },
        "default_title": "Delinea Web Password Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "",
        "webRequest",
        "webNavigation",
        "cookies",
        "nativeMessaging",
        "browsingData",
        "scripting"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "*.css",
        "*.ttf",
        "fonts\/*",
        "images\/*",
        "confirm-switch-ss.html",
        "platform-launch.html",
        "scripts\/ui\/session-timeout\/session-timeout.html"
    ],
    "content_security_policy": "script-src 'self'; style-src 'self' data: 'unsafe-inline'; object-src 'self'; frame-src 'self'; font-src 'self'; media-src * data: blob: filesystem:;"
}