Limitlesslane - Free Password Manager

Limitlesslane is the best way to store and manage all of your internet accounts in maximum security.

Τι είναι το Limitlesslane - Free Password Manager;

Το Limitlesslane - Free Password Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://limitlesslane.com, και η κύρια λειτουργία του είναι "Limitlesslane is the best way to store and manage all of your internet accounts in maximum security.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Limitlesslane - Free Password Manager

Λήψη αρχείων επέκτασης Limitlesslane - Free Password Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Limitlesslane is a free online password manager that allows users to store and manage strong, unique passwords for hassle-free navigation of your varied, personal accounts, all protected by maximum security.

Benefits:
-secure connections to your important, personal data
-password generator that replaces former, weaker passwords with tough, impenetrable ones so as to best protect your most valued information
-uniquely safe passwords, without the concern of being unable to remember them
-no hardware installation required: web-based application

Features:
-most protective and protected encryption available
-password generator that you can use within your account
-easily customizable fields, to organize your accounts how you wish 
-optional web extension for autofill and autologin access
-generous referral program, promising expansive reimbursement opportunities

Security:
-AES-256  bit encryption
-master password known only to you
-detailed recent account activity, including time, location and IP address
-immediate evaluation of preexisting password strength
-optional two-step authentication for an added layer of verification



Make sure to consider our referral program! Invite people to join Limitlesslane and earn money back for yourself.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Limitlesslane - Free Password Manager Limitlesslane - Free Password Manager
ID bifghaikbhnfilfmehmmmlmnmimafjho
Επίσημο URL https://chromewebstore.google.com/detail/limitlesslane-free-passwo/bifghaikbhnfilfmehmmmlmnmimafjho
Περιγραφή Limitlesslane is the best way to store and manage all of your internet accounts in maximum security.
Μέγεθος Αρχείου 1.96 MB
Αριθμός Εγκαταστάσεων 218
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2015-07-30
Ημερομηνία Δημοσίευσης 2015-07-29
Αξιολόγηση 5.00/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://limitlesslane.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://limitlesslane.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.limitlesslane.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Limitlesslane - Free Password Manager",
    "short_name": "Limitlesslane",
    "description": "Limitlesslane is the best way to store and manage all of your internet accounts in maximum security.",
    "homepage_url": "https:\/\/limitlesslane.com\/",
    "version": "1.1.3",
    "permissions": [
        "",
        "tabs",
        "clipboardWrite",
        "alarms"
    ],
    "icons": {
        "48": "\/images\/icons\/icon48.png",
        "128": "\/images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/images\/icons\/icon19grey.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/images\/*.gif",
        "\/images\/*.png",
        "\/images\/*.jpg",
        "\/content\/*.html",
        "\/plugs\/*.map"
    ],
    "background": {
        "scripts": [
            "\/plugs\/config.js",
            "\/plugs\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "\/plugs\/css\/content.css"
            ],
            "js": [
                "\/plugs\/config.js",
                "\/plugs\/jquery.js",
                "\/plugs\/lib.js",
                "\/plugs\/content.js"
            ]
        }
    ]
}