LogMeOnce

Securely Single Sign-On to all of your Apps with one click

Τι είναι το LogMeOnce;

Το LogMeOnce είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://logmeonce.com, και η κύρια λειτουργία του είναι "Securely Single Sign-On to all of your Apps with one click".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Problem

With too many accounts and log-ins, users mostly tend to choose weak, easy to guess passwords, and rarely change passwords, hence placing themselves at risk from fraud and identity theft. Most consumers may have dozens of password-protected accounts. Users with multiple accounts needing passwords often give up and use the same password, or a derivative of the same password for every account which makes them easy targets for hackers. When consumers are required to follow existing security policies and use various log-ins or passwords, they usually end up writing down their passwords making them easy targets.

LogMeOnce Solution

LogMeOnce dashboard offers simple user friendly access for each user to their unique web site which entails a list of all of their applications, with security protection behind each Application icon. Simply click the icon of your desired Application, and you are logged in without the need to enter a username and password each time. Your security credentials for each Application are individually secured and encrypted with your unique encryption key, that only you are aware of.                    

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

Όνομα LogMeOnce LogMeOnce
ID folnjigffmbjmcjgmbbfcpleeddaedal
Επίσημο URL https://chromewebstore.google.com/detail/logmeonce/folnjigffmbjmcjgmbbfcpleeddaedal
Περιγραφή Securely Single Sign-On to all of your Apps with one click
Μέγεθος Αρχείου 5.13 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 7.8.3
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2020-03-28
Αξιολόγηση 3.38/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής https://logmeonce.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://secure.logmeonce.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.logmeonce.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.logmeonce.com/privacy
Υποστηριζόμενες Γλώσσες id,de,en,fil,fr,nl,tr,es,it,pl,hi,bn,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "50.0",
            "update_url": "https:\/\/logmeonce.s3.amazonaws.com\/download\/firefox\/updates.json"
        }
    },
    "author": "LogMeOnce",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "24": "icon_off.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "components\/jquery-1.8.3.min.js",
                "components\/sjcl.js",
                "content\/logmeonce.js",
                "content\/translate.js",
                "content\/tools.js",
                "content\/chrome_contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "content\/chrome_lmocspos.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.logmeonce.com https:\/\/dm0bq27skfs63.cloudfront.net https:\/\/ws-na.amazon-adsystem.com https:\/\/images-na.ssl-images-amazon.com https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self' https:\/\/images-na.ssl-images-amazon.com",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "LogMeOnce",
    "permissions": [
        "geolocation",
        "nativeMessaging",
        "tabs",
        "cookies",
        "webRequest",
        "contextMenus",
        "notifications",
        "privacy",
        "history",
        "storage",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "7.8.3",
    "web_accessible_resources": [
        "contentscript.html",
        "components\/jquery-1.8.3.min.js",
        "components\/jquery-ui.min.js",
        "components\/sjcl.js",
        "components\/creditcards.js",
        "components\/ui.js",
        "content\/translate.js",
        "content\/tools.js",
        "ui.html",
        "ui\/*",
        "skin\/*",
        "webfonts\/*",
        "html\/newtab.html",
        "html\/login.html"
    ]
}