Pleasant Password Server Auto-Filler

Access & fill site passwords with Pleasant Password Server

Was ist Pleasant Password Server Auto-Filler?

Pleasant Password Server Auto-Filler ist eine Chrome-Erweiterung, die von Pleasant Solutions Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Access & fill site passwords with Pleasant Password Server".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pleasant Password Server Auto-Filler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pleasant Password Server Auto-Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Put Passwords at your fingertips with Chrome Auto-Filler.

Auto-Filler fills website logins from Pleasant Password Server. It protects the privacy and security of your information by saving password entries into an encrypted database hosted on your Windows machine and/or cloud location.

★ Convenient Benefits

    - Save & share passwords with your team… a Multi-User solution
    - Quick and easy password filling
    - Together with the KeePass for Pleasant client app: Easy and Powerful!

★ Features
    - Retrieve your credentials from Password Server
    - Select & Autofill entries matching the current site URL
    - Save & Update entries back to Password Server
    - In-Place Editing of Entries
    - Do-Not-Prompt (Site Specific)
    - Authenticator (TOTP)

★ Secure Integration
    - Secure Login (OAuth 2.0, SAML SSO)
    - Authentication via Azure, AD/LDAP, other Identity Providers
    - Strong Encryption with Server Certificates
    - User Role access, customizable Access Levels
    - 2FA/MFA: 6-digit codes, YubiKey, Email, DUO, RADIUS
    - Domain and Subdomain Matching, Cross-Site Scripting Protections
    - In-time Password Retrieval (no password cache)
    - Safety Shutoff Switch
    - Logout on Timeout, Lockout on Login Attempts

★ COMING!
Improved form filling, search, browser compatibility, integration with mobile, ... and much more!


★ Questions/Suggestions: 
Please contact Technical Support for excellent service and provide any product improvement suggestions.
https://PleasantSolutions.com/PasswordServer/Contact-Us

★ Getting Started
Enter the web address of your Pleasant Password Server (version 7.11.11 or higher). Then login/authenticate.

If your Admin has enabled plugin usage, you're done! You can set your preferences in the settings. 


★ About Pleasant Password Server
Pleasant Password Server is an award-winning multi-user password management tool compatible with "KeePass Password Safe" and Bruce Schneier's "Password Safe", the most popular password management systems in the world. https://pleasantsolutions.com/passwordserver

➤ Easy to use			➤ Secure
➤ Trusted				➤ Affordable
➤ Award Winning			➤ In Your Control, on Your Server

Users can use Single Sign-On (SSO), perform Password Resets; Teams can provide powerful custom integrations via API; Admins can define customer Access Levels, setup Auto Change Passwords, and view Reports and specific Audit events... and many more Enterprise level features.

★ Trusted by Thousands of Organizations
Worldwide, our secure software helps protect trillions of dollars in corporate value. Our system is trusted globally by both small businesses and large companies with thousands of users, including those with rigorous needs.

★ Download Pleasant Password Server
https://PleasantSolutions.com/PasswordServer/Demo-Download

★ End User License Agreement (EULA)
https://pleasantsolutions.com/info/pleasant-password-server/y-end-user-license-agreement                    

Grundlegende Informationen zur Erweiterung

Name Pleasant Password Server Auto-Filler Pleasant Password Server Auto-Filler
ID eaedglemlchhplocegehpjfeganapaij
Offizielle URL https://chromewebstore.google.com/detail/pleasant-password-server/eaedglemlchhplocegehpjfeganapaij
Beschreibung Access & fill site passwords with Pleasant Password Server
Dateigröße 478 KB
Installationsanzahl 8,000
Aktuelle Version 0.90.5
Letztes Update 2023-05-04
Veröffentlichungsdatum 2020-12-26
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Pleasant Solutions Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pleasantpasswords.com/
Hilfeseite URL https://pleasantpasswords.com/info/pleasant-password-server
URL der Datenschutzrichtlinien-Seite https://pleasantsolutions.com/privacy-policy
Unterstützte Sprachen en,nl
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlEkgVmWh\/af\/4MZH3AYVE6G8brVFiab0sJmgNJiFMsleJdo3JZSrt1mph6lAtwRy61epy8lR2JUQ9R1I0U2AyFeEUyoQCzRYhJkoOSlowUf3CIZ0vnmAEXGLaWlgZGSVhMseHxy\/S\/y\/OEjgpvkjP5t1hOktqEGRdYG9UH5irhxAsRrSrI\/GrZvngX\/0TeKeKH\/LHKtWA6m5Zcl\/3mLNvx2ToxtbYG8hkxYPL04iXjncATg7I6c6+UB6HmaykiG7z6iCnGu2Mh2vslJFfqUKkPJ\/6m\/0fiIYlOph\/MRfAS10VC2R+ApxjIJ5higXMt807SYzrT1Baq\/RYiZeN7w3XQIDAQAB",
    "name": "__MSG_extensionName__",
    "version": "0.90.5",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webNavigation",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background-scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/ppass-icon-128.png",
            "16": "images\/ppass-icon-16.png",
            "32": "images\/ppass-icon-32.png",
            "48": "images\/ppass-icon-48.png"
        },
        "default_popup": "views\/popup.htm"
    },
    "icons": {
        "16": "images\/ppass-icon-16.png",
        "32": "images\/ppass-icon-32.png",
        "48": "images\/ppass-icon-48.png",
        "128": "images\/ppass-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.js",
                "images\/*",
                "styles\/*",
                "views\/*",
                "styles\/fonts\/*",
                "bootstrap-4.5.2-dist\/*\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/ppass-page-styles.css"
            ],
            "js": [
                "jquery.js",
                "messages\/iframe-change-response.js",
                "messages\/login-captured-message.js",
                "messages\/get-settings-request.js",
                "content-scripts\/prompt-manager.js",
                "content-scripts\/validate.js",
                "content-scripts\/field-detector.js",
                "content-scripts\/capture.js"
            ]
        }
    ]
}