Clearlogin Password Manager

This is the Chrome extension for the Clearlogin Password Manager!

Clearlogin Password Manager란 무엇입니까?

Clearlogin Password Manager은(는) https://www.clearlogin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the Chrome extension for the Clearlogin Password Manager!"입니다.

확장 프로그램 스크린샷

screenshot

Clearlogin Password Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Clearlogin Password Manager Clearlogin Password Manager
ID ieibpkiklgneaojneoalhnbhgjpgjcpg
공식 URL https://chromewebstore.google.com/detail/clearlogin-password-manag/ieibpkiklgneaojneoalhnbhgjpgjcpg
설명 This is the Chrome extension for the Clearlogin Password Manager!
파일 크기 365 KB
설치 횟수 1,000
현재 버전 2.3.17
최근 업데이트 2021-05-26
출시 날짜 2020-04-09
평점 5.00/5 총 4 개의 평점
개발자 https://www.clearlogin.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://info.clearlogin.com/privacy
지원되는 언어 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\/*"
        ]
    }
}