Notopass

Quick Login into logged in session without entering password by simply scanning QR from Notopass app

What is Notopass?

Notopass is a Chrome extension developed by amans.rlx, and its main feature is "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".

Extension Screenshots

screenshot
screenshot

Download Notopass Extension CRX File

Download Notopass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quick Login to the logged in  account using  Notopass mobile app. Download the Notopass Mobile App and create a group and authorise for  Services like Netflix, DisneyPlus and many more. Invite your friends to share the account with you without actually knowing your credentials. They just have to scan the QR available in the Plugin from Mobile APP.                    

Extension Basic Information

Name Notopass Notopass
ID aflgedhmmoajjlohmmfgmphpojgpadeb
Official URL https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb
Description Quick Login into logged in session without entering password by simply scanning QR from Notopass app
File Size 86.63 KB
Installation Count 249
Current Version 1.2
Last Updated 2020-05-08
Publish Date 2020-05-08
Developer amans.rlx
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notopass",
    "description": "Quick Login into logged in session without entering password by simply scanning QR from Notopass app",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2",
    "icons": {
        "128": "notopass128.png",
        "48": "notopass48.png",
        "16": "notopass16.png"
    },
    "browser_action": {
        "default_icon": "notopass16.png",
        "default_popup": "popup.html"
    }
}