NoMorePass : Forget your passwords

Use your mobile phone to log into your websites.

Τι είναι το NoMorePass : Forget your passwords;

Το NoMorePass : Forget your passwords είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nomorepass.com, και η κύρια λειτουργία του είναι "Use your mobile phone to log into your websites.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NoMorePass : Forget your passwords

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

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

                        Use this plugin to send your passwords from your mobile device to your browser. Safe, easy and unbreakable.

Just click on the icon when you are in the login page. You can right click on any field and send to this form the user/password stored on you mobile phone just scanning a qr code.

Technical description: https://www.nomorepass.com/wp/technical-description/?lang=en

You should install this app to see it working:

https://play.google.com/store/apps/details?id=com.biblioeteca.apps.NoMorePass

or

https://itunes.apple.com/us/app/no-more-pass/id1199780162?l=en&ls=1&mt=8

You can send passwords to your mobile phone using the configuration page.                    

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

Όνομα NoMorePass : Forget your passwords NoMorePass : Forget your passwords
ID hdkpppokceakjhonpmdgmabnknlmiped
Επίσημο URL https://chromewebstore.google.com/detail/nomorepass-forget-your-pa/hdkpppokceakjhonpmdgmabnknlmiped
Περιγραφή Use your mobile phone to log into your websites.
Μέγεθος Αρχείου 369 KB
Αριθμός Εγκαταστάσεων 249
Τρέχουσα Έκδοση 4.0.0
Τελευταία Ενημέρωση 2022-01-09
Ημερομηνία Δημοσίευσης 2020-05-31
Αξιολόγηση 4.64/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://nomorepass.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nomorepass.com
Διεύθυνση URL της Σελίδας Βοήθειας https://nomorepass.com/wp/ayuda/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://www.nomorepass.com/wp/politica-de-privacidad
Υποστηριζόμενες Γλώσσες de,en,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Jose Antonio Espinosa - NoMorePass.com",
    "version": "4.0.0",
    "short_name": "NoMorePass",
    "manifest_version": 3,
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.nomorepass.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "No More Passwords"
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "tabs",
        "clipboardWrite",
        "contextMenus",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*png",
                "img\/*gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}