NoPassword

NoPassword Extension works with NoPassword hidden multi-factor authentication solution to provide the most secure authentication

NoPassword란 무엇입니까?

NoPassword은(는) http://nopassword.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NoPassword Extension works with NoPassword hidden multi-factor authentication solution to provide the most secure authentication"입니다.

확장 프로그램 스크린샷

NoPassword 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "NoPassword" Extension works with "NoPassword" hidden multi-factor authentication solution to provide the most secure authentication solution and get rid of passwords. "NoPassword" solution enables users to use Touch ID or on-screen pattern to securely and conveniently log into their accounts on all of their devices. Substituting password with "NoPassword" hidden multi-factor authentication significantly increases security, provides privacy, and simplifies authentication for users. 

“NoPassword” Extension currently works with all web applications and cloud and VPN services that are already integrated with “NoPassword” solution. 
"NoPassword" is designed and developed by WiActs Inc. and is only available for enterprise customers. For improving privacy of users, it only works when you are logged in to your launchpad at nopassword.com 

For further info please visit wiacts.com and for free trial please sign-up on nopassword.com                    

확장 프로그램 기본 정보

이름 NoPassword NoPassword
ID cbmeooeofkpgaikaoafhpecfilmnmeab
공식 URL https://chrome.google.com/webstore/detail/nopassword/cbmeooeofkpgaikaoafhpecfilmnmeab
설명 NoPassword Extension works with NoPassword hidden multi-factor authentication solution to provide the most secure authentication
파일 크기 81.9 KB
설치 횟수 118
현재 버전 2.3.5
최근 업데이트 2017-06-11
출시 날짜 2017-06-10
평점 4.83/5 총 6 개의 평점
개발자 http://nopassword.com
결제 유형 free
확장 프로그램 웹 사이트 https://nopassword.com
도움말 페이지 URL https://help.nopassword.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "WiActs Inc.",
    "manifest_version": 2,
    "name": "NoPassword",
    "description": "NoPassword Extension works with NoPassword hidden multi-factor authentication solution to provide the most secure authentication",
    "version": "2.3.5",
    "icons": {
        "16": "images\/logo-blue.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png"
    },
    "background": {
        "scripts": [
            "assets\/jquery.js",
            "assets\/aes.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "notifications",
        "contextMenus",
        "webNavigation",
        "webRequestBlocking",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "popups\/*.*"
    ],
    "browser_action": {
        "default_icon": "images\/logo-blue.png",
        "default_title": "NoPassword"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}