Tilig Password Manager
The browser extension for Tilig Password Manager.
Tilig Password Managerคืออะไร?
Tilig Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tilig.com และคุณลักษณะหลักของมันคือ "The browser extension for Tilig Password Manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tilig Password Manager
ดาวน์โหลดไฟล์ส่วนขยาย Tilig Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tilig is the password manager app that *everyone* can use - it’s simple, it’s safe, it works on all your devices, and it’s free. Tilig creates strong passwords, remembers them for you and even autofills them in websites and apps so that you don’t have to. Add Tilig to Chrome and make today the day that you take control of your safety online. WHAT TILIG CAN DO FOR YOU → Create strong passwords: One of the most common ways that hackers gain access to accounts is by guessing passwords. Tilig helps you create unguessable passwords by generating them for you. The stronger your password, the more protected your online accounts will be. → Remember passwords for you: Strong or complex passwords are safe but can be difficult to remember. That’s why Tilig remembers them all for you, storing them safely in a secure digital vault. → Autofill your details: Repeatedly typing out email addresses, usernames and passwords every time you signup or login somewhere can get frustrating. Tilig saves you time and effort by conveniently filling out these details for you. One tap and you’re done. → Prevent password re-use: Tilig allows you to easily create unique passwords for every website or app. This means that even if one of your online accounts is compromised and your password becomes public, all of your other accounts are perfectly secure. GET STARTED EASILY Conveniently migrate from whatever system you use for passwords today, whether that’s your browser, another app or even a paper notebook - we’ll help you get up and running quickly. USE IT EVERYWHERE Tilig is available on all your devices: Mac, Windows, iOS, Android and in your browser via a browser extension. This means that no matter where you are online, Tilig will always be available. Your passwords will be securely synced across all your devices. FEEL SAFE AND SECURE Tilig is designed and engineered to keep you safe. We use the industry’s top encryption models to lock your vault so that you and only you have access to your passwords.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tilig Password Manager |
ID | fnnhineegblcmjlhmmogickjhhobgpjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tilig-password-manager/fnnhineegblcmjlhmmogickjhhobgpjo |
คำอธิบาย | The browser extension for Tilig Password Manager. |
ขนาดไฟล์ | 3.23 MB |
จำนวนการติดตั้ง | 651 |
เวอร์ชันปัจจุบัน | 3.11.1 |
อัปเดตครั้งล่าสุด | 2023-04-13 |
วันที่เผยแพร่ | 2020-06-23 |
คะแนน | 5.00/5 รวมทั้งหมด 59 คะแนน |
ผู้พัฒนา | https://tilig.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.tilig.com |
URL หน้าช่วยเหลือ | https://www.tilig.com |
URL หน้านโยบายความเป็นส่วนตัว | https://tilig.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "3.11.1", "author": "Tilig", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw2T0\/MYCYbhiMb0P22Nj3js\/1fU96Rs75K2r932YLSMqvCj5IYYBV7CREwcBpGyeq8Juk4txUaPlZs9zEqV+q4CFxhghC0\/bTX23PjWJRNKGtrM8vxQLhi7tiyZvZECAarohv85XBzIG7n4vb\/E5R45tlmAhHSBnwOQMk0b6xY\/vf1ZG\/\/2I6nb8pJmLruhJFylCmi9SpczV4KEFu1XWKsbA49oExzGn5+vwrju1aAnz49kqaA\/HoiDOeU7WCuHw6updKcbs4Z3enCQbrZ8A\/X\/iWhrLC0qjaFw7bZ5Zz8++oiHTVXeWjuQoWqpKvVgnupDQ7jsW+gdflgD3A89hMwIDAQAB", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_popup": "src\/ui\/popup\/index.html", "default_title": "Tilig Password Manager", "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" } } }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/content-scripts\/content-script.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "permissions": [ "*:\/\/*\/*", " |