WinchPass
Bridge your iCloud Keychain to Windows.
Cos'è WinchPass?
WinchPass è un'estensione di Chrome sviluppata da https://winchpass.com, e la sua funzione principale è "Bridge your iCloud Keychain to Windows.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WinchPass
Scarica i file di estensione WinchPass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WinchPass |
ID | kalncabcefgchiphkgoiiglapkoopeal |
URL Ufficiale | https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal |
Descrizione | Bridge your iCloud Keychain to Windows. |
Dimensione del File | 40.36 KB |
Conteggio Installazioni | 969 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2021-03-04 |
Data di Pubblicazione | 2020-05-24 |
Valutazione | 3.11/5 Totale 9 Valutazioni |
Sviluppatore | https://winchpass.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://winchpass.com/ |
Lingue Supportate | 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" } } } |