WinchPass
Bridge your iCloud Keychain to Windows.
什么是WinchPass?
WinchPass是由https://winchpass.com开发的Chrome扩展程序,该扩展的主要功能是“Bridge your iCloud Keychain to Windows.”。
扩展截图
下载WinchPass扩展crx文件
下载WinchPass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use your iPhone to fill out passwords on your PC.
This extension is intended for users of iCloud Keychain that have a Windows PC.
It fills out passwords automatically and doesn't keep any data.
It uses one-time pad encryption and QR codes to link your phone to Chrome.
Once the password is filled, the encryption key is discarded and cannot be reused. 扩展基本信息
| 名称 | |
| ID | kalncabcefgchiphkgoiiglapkoopeal |
| 官方URL | https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal |
| 简介 | Bridge your iCloud Keychain to Windows. |
| 文件大小 | 40.36 KB |
| 安装次数 | 969 |
| 当前版本 | 1.0.8 |
| 更新时间 | 2021-03-04 |
| 上架时间 | 2020-05-24 |
| 评分 | 3.11/5 共9次评分 |
| 开发者 | https://winchpass.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://winchpass.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Bridge your iCloud Keychain to Windows.",
"manifest_version": 2,
"name": "WinchPass",
"version": "1.0.8",
"homepage_url": "https:\/\/winchpass.com\/",
"icons": {
"64": "icons\/logo-64.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
},
"permissions": [
"activeTab"
],
"web_accessible_resources": [
"dist\/i18n\/*.json"
],
"browser_action": {
"browser_style": false,
"default_icon": "icons\/logo-32.png",
"default_title": "WinchPass (Ctrl+Shift+L)",
"default_popup": "popup.html"
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "48.0"
}
}
} | |