Pleasant Password Server Auto-Filler

Access & fill site passwords with Pleasant Password Server

Co to jest Pleasant Password Server Auto-Filler?

Pleasant Password Server Auto-Filler to rozszerzenie Chrome opracowane przez Pleasant Solutions Inc., a jego główną funkcją jest „Access & fill site passwords with Pleasant Password Server”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pleasant Password Server Auto-Filler

Pobierz pliki rozszerzeń Pleasant Password Server Auto-Filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pleasant Password Server Auto-Filler Pleasant Password Server Auto-Filler
ID eaedglemlchhplocegehpjfeganapaij
Oficjalny URL https://chromewebstore.google.com/detail/pleasant-password-server/eaedglemlchhplocegehpjfeganapaij
Opis Access & fill site passwords with Pleasant Password Server
Rozmiar pliku 478 KB
Liczba instalacji 8,000
Aktualna Wersja 0.90.5
Ostatnia Aktualizacja 2023-05-04
Data Publikacji 2020-12-26
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Pleasant Solutions Inc.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pleasantpasswords.com/
Adres URL Strony Pomocy https://pleasantpasswords.com/info/pleasant-password-server
Adres URL Strony Polityki Prywatności https://pleasantsolutions.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}