NoMorePass : Forget your passwords

Use your mobile phone to log into your websites.

NoMorePass : Forget your passwords란 무엇입니까?

NoMorePass : Forget your passwords은(는) https://nomorepass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your mobile phone to log into your websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NoMorePass : Forget your passwords 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}