Clearlogin Password Manager

This is the Chrome extension for the Clearlogin Password Manager!

Co je Clearlogin Password Manager?

Clearlogin Password Manager je rozšíření Chrome vyvinuté https://www.clearlogin.com, a jeho hlavní funkcí je „This is the Chrome extension for the Clearlogin Password Manager!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Clearlogin Password Manager

Stáhněte si soubory rozšíření Clearlogin Password Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Clearlogin Password Manager Clearlogin Password Manager
ID ieibpkiklgneaojneoalhnbhgjpgjcpg
Oficiální URL https://chromewebstore.google.com/detail/clearlogin-password-manag/ieibpkiklgneaojneoalhnbhgjpgjcpg
Popis This is the Chrome extension for the Clearlogin Password Manager!
Velikost souboru 365 KB
Počet instalací 1,000
Aktuální Verze 2.3.17
Poslední Aktualizace 2021-05-26
Datum Vydání 2020-04-09
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://www.clearlogin.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://info.clearlogin.com/privacy
Podporované Jazyky 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\/*"
        ]
    }
}