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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |