Password Manager Authenticator
Password Manager Authenticator generates two-factor authentication codes in your browser.
Password Manager Authenticatorคืออะไร?
Password Manager Authenticator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DAT - Dream Authentication Team และคุณลักษณะหลักของมันคือ "Password Manager Authenticator generates two-factor authentication codes in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Manager Authenticator
ดาวน์โหลดไฟล์ส่วนขยาย Password Manager Authenticator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🔑🔑🔑🔑 PASSWORD MANAGER AND AUTHENTICATION 🔑🔑🔑🔑 🏆 The best free extension for storing your passwords from various sites. The product is certainly created with taste, taking into account all the necessary safety requirements and with a unique ease of use. Try it yourself! 📟 Authenticator generates two factor authentication codes in your browser. Use it to add an extra layer of security to your online accounts. But remember to keep a backup of your secrets in a safe place. You never know what! It is highly recommended that you encrypt your passwords, especially if you are signed in to a Google account. 😊 No need for a separate desktop password manager app with browser extension. 🛡 Browser extension plugin for password manager is protected by two factor authentication by default and enables passwordless two factor authentication such as encrypted qr code scan and login confirmation. ❓ Well, if you have any questions, we will answer you with great pleasure, write here: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Password Manager Authenticator |
ID | nbicokjcdgmopbikgmfmffhfbbgfgncd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/password-manager-authenti/nbicokjcdgmopbikgmfmffhfbbgfgncd |
คำอธิบาย | Password Manager Authenticator generates two-factor authentication codes in your browser. |
ขนาดไฟล์ | 4.43 MB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2022-01-17 |
วันที่เผยแพร่ | 2022-01-17 |
คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | DAT - Dream Authentication Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1PExQ8jO8hYZeFrUP5e2tnAoTtrSlame9-iO2-StZpvs/edit?usp=sharing |
ภาษาที่รองรับ | id,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,hu,pl,pt-BR,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,bn,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.0.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "__MSG_extShortName__", "default_popup": "view\/popup.html" }, "commands": { "_execute_browser_action": [], "scan-qr": { "description": "Scan a QR code" } }, "options_ui": { "page": "view\/options.html", "chrome_style": true }, "storage": { "managed_schema": "schema.json" }, "oauth2": { "client_id": "292457304165-u8ve4j79gag5o231n5u2pdtdrbfdo1hh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "background": { "scripts": [ "dist\/background.js", "dist\/decodingLib.js" ], "persistent": true }, "sandbox": { "pages": [ "view\/argon.html" ], "content_security_policy": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';" }, "permissions": [ "activeTab", "identity", "storage", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "tabs" ], "offline_enabled": true } |