WinchPass

Bridge your iCloud Keychain to Windows.

Wat is WinchPass?

WinchPass is een Chrome-extensie ontwikkeld door https://winchpass.com, en de belangrijkste functie is "Bridge your iCloud Keychain to Windows.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WinchPass

Download WinchPass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WinchPass WinchPass
ID kalncabcefgchiphkgoiiglapkoopeal
Officiële URL https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal
Beschrijving Bridge your iCloud Keychain to Windows.
Bestandsgrootte 40.36 KB
Aantal Installaties 969
Huidige Versie 1.0.8
Laatst Bijgewerkt 2021-03-04
Publicatiedatum 2020-05-24
Beoordeling 3.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://winchpass.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://winchpass.com/
Ondersteunde Talen 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"
        }
    }
}