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.
拡張機能の基本情報
名前 | WinchPass |
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 |
Eメール | [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" } } } |