Locko

Locko

Cos'è Locko?

Locko è un'estensione di Chrome sviluppata da http://www.binarynights.com, e la sua funzione principale è "Locko".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Locko

Scarica i file di estensione Locko 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

                        IMPORTANT: This extension requires Locko for Mac, available at http://binarynights.com/locko/

Locko is a beautiful and easy-to-use password manager and file vault. You can store confidential information such as web logins, credit card data, computer accounts, software licenses, private pictures and documents, and much more. Locko supports iCloud and Dropbox so you can keep your data synchronized across multiple computers while maintaining absolute security. 

• Free iOS version 
• Secure AES-256 encryption
• Configurable password generator
• Web Logins, Credit Cards, Bank Accounts, Software Licenses, and so much more…
• File vault
• Photo album
• Secure Notes
• Login to websites by keyboard shortcut
• Custom fields (text, password, date, secure text)
• Search in all fields
• Unlimited item groups
• Browser extensions for Safari, Chrome, Firefox, and Opera
• 1 click login for websites
• QuickLook encrypted documents
• iCloud and Dropbox synchronisation
• Import from 1Password
• Import from LastPass                    

Informazioni di Base sull'Estensione

Nome Locko Locko
ID gmbegehoohohpiafhblhkllcdaignonb
URL Ufficiale https://chrome.google.com/webstore/detail/locko/gmbegehoohohpiafhblhkllcdaignonb
Descrizione Locko
Dimensione del File 68.16 KB
Conteggio Installazioni 301
Versione Corrente 1.2.1
Ultimo Aggiornamento 2015-12-04
Data di Pubblicazione 2015-12-04
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore http://www.binarynights.com
Tipo di Pagamento free
Sito Web dell'Estensione http://binarynights.com/locko/
URL della Pagina di Aiuto http://binarynights.com/locko/manual.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locko",
    "description": "Locko",
    "version": "1.2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "global.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.0.0.min.js",
                "Locko-end.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/chrome-toolbar-icon.png",
            "38": "images\/[email protected]"
        },
        "content_security_policy": [
            "unsafe-inline",
            "img-src *"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "jquery.min.map"
    ]
}