PassHub.net
PassHub.net password manager
什么是PassHub.net?
PassHub.net是由WWPass Corporation开发的Chrome扩展程序,该扩展的主要功能是“PassHub.net password manager”。
扩展截图
下载PassHub.net扩展crx文件
下载PassHub.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension is a semi-manual non-intrusive tool to fill username/password fields in the login forms. It is intended to work in conjunction with the PassHub.net web password manager. 扩展基本信息
| 名称 | |
| ID | bamjbfhfacpdkenilcibkmpdahkgfejh |
| 官方URL | https://chromewebstore.google.com/detail/passhubnet/bamjbfhfacpdkenilcibkmpdahkgfejh |
| 简介 | PassHub.net password manager |
| 文件大小 | 166 KB |
| 安装次数 | 287 |
| 当前版本 | 1.3.1 |
| 更新时间 | 2024-01-21 |
| 上架时间 | 2021-01-19 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | WWPass Corporation |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://passhub.net/ |
| 帮助页面URL | https://www.wwpass.com/passhub-enterprise-password-manager |
| 隐私政策页面URL | https://passhub.net/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PassHub.net",
"version": "1.3.1",
"description": "PassHub.net password manager",
"author": "WWPass",
"homepage_url": "https:\/\/wwpass.com",
"permissions": [
"activeTab",
"tabs",
"scripting",
"webNavigation",
"storage"
],
"host_permissions": [
"https:\/\/*\/",
"http:\/\/localhost:8080\/*"
],
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"http:\/\/localhost:8080\/*",
"https:\/\/*.passhub.net\/*",
"https:\/\/*.passhub.ch\/*",
"https:\/\/*.passhub.us\/*",
"https:\/\/*.passhub.eu\/*",
"https:\/\/*.jetinf.us\/*"
]
},
"action": {
"default_icon": {
"16": "images\/passhub16.png",
"32": "images\/passhub32.png",
"48": "images\/passhub48.png",
"64": "images\/passhub64.png",
"128": "images\/passhub128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/passhub16.png",
"32": "images\/passhub32.png",
"48": "images\/passhub48.png",
"64": "images\/passhub64.png",
"128": "images\/passhub128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubjP11t\/\/uccic4AGiVJRd89cIO8I3NoOChckHIDpxPSvxxAMD6864033bJJWWmjU6\/fKq+au92kb7akwDaGZphTDKDaNdZjadx4g9oF\/PIqHbE\/loKoaIJ8U1OPOACuS7UvTQVSW\/JNDcvpZPD0rbAu6nJ5jV0b\/7Pxt\/SSraEHTtGOiIFNpBp4n\/pnt8SpPli09iNDCYR+o+sTCWDgF4EgABAjOihogc45rCzGsyFZB8J\/l9FCD8P2Kx8z243JRn\/9HoS67xAgGBK\/BBcaVjazLtRuQjRyVhS5xYAUPcnLnynyCRY4YEvmGpT0lz0RewUo+G+\/E5EQpU7voaBl1QIDAQAB",
"manifest_version": 3
} | |