WinchPass

Bridge your iCloud Keychain to Windows.

Co to jest WinchPass?

WinchPass to rozszerzenie Chrome opracowane przez https://winchpass.com, a jego główną funkcją jest „Bridge your iCloud Keychain to Windows.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WinchPass

Pobierz pliki rozszerzeń WinchPass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WinchPass WinchPass
ID kalncabcefgchiphkgoiiglapkoopeal
Oficjalny URL https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal
Opis Bridge your iCloud Keychain to Windows.
Rozmiar pliku 40.36 KB
Liczba instalacji 969
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2021-03-04
Data Publikacji 2020-05-24
Ocena 3.11/5 Łącznie 9 Oceny
Deweloper https://winchpass.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://winchpass.com/
Obsługiwane Języki 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"
        }
    }
}