Clearlogin Password Manager

This is the Chrome extension for the Clearlogin Password Manager!

What is Clearlogin Password Manager?

Clearlogin Password Manager is a Chrome extension developed by https://www.clearlogin.com, and its main feature is "This is the Chrome extension for the Clearlogin Password Manager!".

Extension Screenshots

screenshot

Download Clearlogin Password Manager Extension CRX File

Download Clearlogin Password Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Clearlogin Password Manager is the extension required to use Clearlogin's managed Password Apps.                    

Extension Basic Information

Name Clearlogin Password Manager Clearlogin Password Manager
ID ieibpkiklgneaojneoalhnbhgjpgjcpg
Official URL https://chromewebstore.google.com/detail/clearlogin-password-manag/ieibpkiklgneaojneoalhnbhgjpgjcpg
Description This is the Chrome extension for the Clearlogin Password Manager!
File Size 365 KB
Installation Count 1,000
Current Version 2.3.17
Last Updated 2021-05-26
Publish Date 2020-04-09
Rating 5.00/5 Total 4 Ratings
Developer https://www.clearlogin.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://info.clearlogin.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clearlogin Password Manager",
    "description": "This is the Chrome extension for the Clearlogin Password Manager!",
    "version": "2.3.17",
    "incognito": "split",
    "author": "Evolve IP LLC",
    "browser_action": {
        "default_icon": "img\/icon_48_disabled.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "npm-webextension-polyfill.js",
            "lib.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "npm-webextension-polyfill.js",
                "lib.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "webRequest",
        "cookies",
        "storage",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "overlay.html",
        "lib\/cl-framework-agent.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.clearlogin.com\/*",
            "*:\/\/*.clearlogin-east.com\/*",
            "*:\/\/*.clearlogin-west.com\/*",
            "*:\/\/*.clearlogin2.com\/*",
            "*:\/\/*.clearlogin.co.uk\/*",
            "*:\/\/*.clearlogin.uk\/*",
            "*:\/\/*.clearlogin.eu\/*",
            "*:\/\/*.clearlogin-stage.com\/*",
            "*:\/\/*.clearlogin-stage2.com\/*",
            "*:\/\/*.clearlogin-staging.com\/*",
            "*:\/\/*.clearlogin-staging-east.com\/*",
            "*:\/\/*.clearlogin-staging-west.com\/*",
            "*:\/\/*.clearlogin-staging2.com\/*",
            "*:\/\/*.clearlogin-dev.com\/*"
        ]
    }
}