WinchPass

Bridge your iCloud Keychain to Windows.

Τι είναι το WinchPass;

Το WinchPass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://winchpass.com, και η κύρια λειτουργία του είναι "Bridge your iCloud Keychain to Windows.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης WinchPass

Λήψη αρχείων επέκτασης 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 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
Ηλεκτρονικό ταχυδρομείο [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"
        }
    }
}