Notopass
Quick Login into logged in session without entering password by simply scanning QR from Notopass app
Qu'est-ce que Notopass ?
Notopass est une extension Chrome développée par amans.rlx, et sa fonction principale est "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notopass
Téléchargez les fichiers d'extension Notopass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Notopass |
ID | aflgedhmmoajjlohmmfgmphpojgpadeb |
URL Officiel | https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb |
Description | Quick Login into logged in session without entering password by simply scanning QR from Notopass app |
Taille du Fichier | 86.63 KB |
Nombre d'Installations | 249 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-05-08 |
Date de Publication | 2020-05-08 |
Développeur | amans.rlx |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |