Notopass
Quick Login into logged in session without entering password by simply scanning QR from Notopass app
O que é Notopass?
Notopass é uma extensão do Chrome desenvolvida por amans.rlx, e sua principal característica é "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notopass
Baixe arquivos de extensão Notopass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Notopass |
ID | aflgedhmmoajjlohmmfgmphpojgpadeb |
URL Oficial | https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb |
Descrição | Quick Login into logged in session without entering password by simply scanning QR from Notopass app |
Tamanho do Arquivo | 86.63 KB |
Contagem de Instalações | 249 |
Versão Atual | 1.2 |
Última Atualização | 2020-05-08 |
Data de Publicação | 2020-05-08 |
Desenvolvedor | amans.rlx |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |