NoPassword

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

NoPasswordคืออะไร?

NoPassword เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nopassword.com และคุณลักษณะหลักของมันคือ "NoPassword Extension works with NoPassword hidden multi-factor authentication solution to provide the most secure authentication"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoPassword

ดาวน์โหลดไฟล์ส่วนขยาย NoPassword ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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