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 |
| 官方網址 | 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"
}
}
} | |