Notopass

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

Vad är Notopass?

Notopass är en Chrome-tillägg utvecklad av amans.rlx, och dess huvudfunktion är "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Notopass-förlängningens CRX-fil

Ladda ner Notopass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Notopass Notopass
ID aflgedhmmoajjlohmmfgmphpojgpadeb
Officiell webbadress https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb
Beskrivning Quick Login into logged in session without entering password by simply scanning QR from Notopass app
Filstorlek 86.63 KB
Antal Installationer 249
Aktuell Version 1.2
Senast Uppdaterad 2020-05-08
Publiceringsdatum 2020-05-08
Utvecklare amans.rlx
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}