Password Boss
Remember every password and and login to websites automatically.
什么是Password Boss?
Password Boss是由https://passwordboss.com开发的Chrome扩展程序,该扩展的主要功能是“Remember every password and and login to websites automatically.”。
扩展截图
下载Password Boss扩展crx文件
下载Password Boss扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Password Boss remembers your passwords so you don't have to, and when you visit a website Password Boss automatically logs you in.
SAVES EVERY PASSWORD
- Keeps all of your passwords in one place
- Saves website passwords plus apps, WiFi, everything.
- Securely share passwords with people you trust
AUTOMATIC WEBSITE LOGIN
- Visit a website and be logged in automatically with nothing to type
- Saves new passwords in Password Boss automatically
PROTECTION FROM SECURITY BREACHES
- Creates unique, uncrackable passwords that are different for every website
- Security Score shows you your weak passwords
SIMPLIFIES ONLINE SHOPPING
- Use Password Boss to automatically fill in online forms with a single click
- Fills in payment details, shipping details and contact infoormation
SAFELY STORE DIGITAL RECORDS
- Save all of your digital ID's, insurance cards, notes and anything else that is important
Requires the Password Boss desktop application which can be downloaded from https://www.passwordboss.com
Questions?
Visit our Help Center at http://support.passwordboss.com
Privacy Policy - https://www.passwordboss.com/privacy-policy/ 扩展基本信息
| 名称 | |
| ID | fdfemjpbhpcjeadhbblfifdldedefnhe |
| 官方URL | https://chromewebstore.google.com/detail/password-boss/fdfemjpbhpcjeadhbblfifdldedefnhe |
| 简介 | Remember every password and and login to websites automatically. |
| 文件大小 | 356 KB |
| 安装次数 | 23,042 |
| 当前版本 | 5.5.5104 |
| 更新时间 | 2022-10-11 |
| 上架时间 | 2020-01-14 |
| 评分 | 3.71/5 共24次评分 |
| 开发者 | https://passwordboss.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.passwordboss.com |
| 帮助页面URL | https://www.passwordboss.com/support |
| 隐私政策页面URL | https://www.passwordboss.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/www.passwordboss.com\/",
"name": "__MSG_appName__",
"version": "5.5.5104",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
},
"externally_connectable": {
"matches": [
"*:\/\/*.passwordboss.com\/*"
]
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background\/background-chrome.min.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19-grey.png",
"38": "images\/icon-38-grey.png"
},
"default_title": "Password Boss",
"default_popup": "scripts\/content-script\/popups\/download\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"match_about_blank": true,
"js": [
"scripts\/content-script\/content-chrome.min.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"permissions": [
"tabs",
"management",
"nativeMessaging",
"webNavigation",
"contextMenus",
" | |