Notopass
Quick Login into logged in session without entering password by simply scanning QR from Notopass app
Was ist Notopass?
Notopass ist eine Chrome-Erweiterung, die von amans.rlx entwickelt wurde, und ihr Hauptmerkmal ist "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".
Erweiterungsscreenshots
Notopass-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notopass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Notopass |
ID | aflgedhmmoajjlohmmfgmphpojgpadeb |
Offizielle URL | https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb |
Beschreibung | Quick Login into logged in session without entering password by simply scanning QR from Notopass app |
Dateigröße | 86.63 KB |
Installationsanzahl | 249 |
Aktuelle Version | 1.2 |
Letztes Update | 2020-05-08 |
Veröffentlichungsdatum | 2020-05-08 |
Entwickler | amans.rlx |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |