WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Free Password Manager & Authenticator & SSO

Free Password Manager & Authenticator & SSO

View on Chrome Web Store
View Free Password Manager & Authenticator & SSO Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (94 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The free password manager extension comes with autofill & autologin including websites that support the Authenticator format.
Type
Extension
Users
10,000 users
SAASPASS EXT DEV
View author page of SAASPASS EXT DEV
Published
Published on August 27, 2014
Version 5.0.1
Manifest version
3
Updated
Updated on December 6, 2024
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Free Password Manager & Authenticator & SSO Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "SAASPASS, 44 Tehama Street, San Francisco, CA 94105",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/orca-128.png",
        "default_popup": "popup.html",
        "default_title": "SAASPASS Password Manager"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.saaspass.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.saaspass.com\/*"
            ],
            "js": [
                "portal.js"
            ],
            "all_frames": true
        }
    ],
    "description": "The free password manager extension comes with autofill & autologin including websites that support the Authenticator format.",
    "icons": {
        "128": "icons\/orca-128.png"
    },
    "manifest_version": 3,
    "name": "Free Password Manager & Authenticator & SSO",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Password Manager",
    "version": "5.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "selectAccountFrame.html",
                "saveCredentialsFrame.html",
                "src\/images\/orca-18.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top