Notopass
Quick Login into logged in session without entering password by simply scanning QR from Notopass app
Notopassคืออะไร?
Notopass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amans.rlx และคุณลักษณะหลักของมันคือ "Quick Login into logged in session without entering password by simply scanning QR from Notopass app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notopass
ดาวน์โหลดไฟล์ส่วนขยาย Notopass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notopass |
ID | aflgedhmmoajjlohmmfgmphpojgpadeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb |
คำอธิบาย | Quick Login into logged in session without entering password by simply scanning QR from Notopass app |
ขนาดไฟล์ | 86.63 KB |
จำนวนการติดตั้ง | 249 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-05-08 |
วันที่เผยแพร่ | 2020-05-08 |
ผู้พัฒนา | amans.rlx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |