NoMorePass : Forget your passwords

Use your mobile phone to log into your websites.

NoMorePass : Forget your passwords क्या है?

NoMorePass : Forget your passwords https://nomorepass.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your mobile phone to log into your websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NoMorePass : Forget your passwords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}