Notopass
Quick Login into logged in session without entering password by simply scanning QR from Notopass app
Notopass là gì?
Notopass là một tiện ích mở rộng Chrome được phát triển bởi amans.rlx, và tính năng chính của nó là "Quick Login into logged in session without entering password by simply scanning QR from Notopass app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Notopass
Tải xuống các tệp mở rộng Notopass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notopass |
ID | aflgedhmmoajjlohmmfgmphpojgpadeb |
URL Chính Thức | https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb |
Mô tả | Quick Login into logged in session without entering password by simply scanning QR from Notopass app |
Kích Thước Tệp | 86.63 KB |
Số Lần Cài Đặt | 249 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-05-08 |
Ngày Phát Hành | 2020-05-08 |
Nhà Phát Triển | amans.rlx |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |