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文件

下載Clearlogin Password Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Clearlogin Password Manager Clearlogin Password Manager
ID ieibpkiklgneaojneoalhnbhgjpgjcpg
官方網址 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\/*"
        ]
    }
}