WinchPass

Bridge your iCloud Keychain to Windows.

What is WinchPass?

WinchPass is a Chrome extension developed by https://winchpass.com, and its main feature is "Bridge your iCloud Keychain to Windows.".

Extension Screenshots

screenshot

Download WinchPass Extension CRX File

Download WinchPass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WinchPass WinchPass
ID kalncabcefgchiphkgoiiglapkoopeal
Official URL https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal
Description Bridge your iCloud Keychain to Windows.
File Size 40.36 KB
Installation Count 969
Current Version 1.0.8
Last Updated 2021-03-04
Publish Date 2020-05-24
Rating 3.11/5 Total 9 Ratings
Developer https://winchpass.com
Email [email protected]
Payment Type free
Extension Website https://winchpass.com/
Supported Languages 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"
        }
    }
}