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!”。
扩展截图
下载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 |
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\/*" ] } } |