Pleasant Password Server Auto-Filler

Access & fill site passwords with Pleasant Password Server

Qu'est-ce que Pleasant Password Server Auto-Filler ?

Pleasant Password Server Auto-Filler est une extension Chrome développée par Pleasant Solutions Inc., et sa fonction principale est "Access & fill site passwords with Pleasant Password Server".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pleasant Password Server Auto-Filler

Téléchargez les fichiers d'extension Pleasant Password Server Auto-Filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pleasant Password Server Auto-Filler Pleasant Password Server Auto-Filler
ID eaedglemlchhplocegehpjfeganapaij
URL Officiel https://chromewebstore.google.com/detail/pleasant-password-server/eaedglemlchhplocegehpjfeganapaij
Description Access & fill site passwords with Pleasant Password Server
Taille du Fichier 478 KB
Nombre d'Installations 8,000
Version Actuelle 0.90.5
Dernière Mise à Jour 2023-05-04
Date de Publication 2020-12-26
Évaluation 4.00/5 Total 4 Évaluations
Développeur Pleasant Solutions Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pleasantpasswords.com/
URL de la Page d'Aide https://pleasantpasswords.com/info/pleasant-password-server
URL de la Page de Politique de Confidentialité https://pleasantsolutions.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}