Password Boss
Remember every password and and login to websites automatically.
Password Boss là gì?
Password Boss là một tiện ích mở rộng Chrome được phát triển bởi https://passwordboss.com, và tính năng chính của nó là "Remember every password and and login to websites automatically.".
Ả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 Password Boss
Tải xuống các tệp mở rộng Password Boss 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
Password Boss remembers your passwords so you don't have to, and when you visit a website Password Boss automatically logs you in. SAVES EVERY PASSWORD - Keeps all of your passwords in one place - Saves website passwords plus apps, WiFi, everything. - Securely share passwords with people you trust AUTOMATIC WEBSITE LOGIN - Visit a website and be logged in automatically with nothing to type - Saves new passwords in Password Boss automatically PROTECTION FROM SECURITY BREACHES - Creates unique, uncrackable passwords that are different for every website - Security Score shows you your weak passwords SIMPLIFIES ONLINE SHOPPING - Use Password Boss to automatically fill in online forms with a single click - Fills in payment details, shipping details and contact infoormation SAFELY STORE DIGITAL RECORDS - Save all of your digital ID's, insurance cards, notes and anything else that is important Requires the Password Boss desktop application which can be downloaded from https://www.passwordboss.com Questions? Visit our Help Center at http://support.passwordboss.com Privacy Policy - https://www.passwordboss.com/privacy-policy/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Boss |
ID | fdfemjpbhpcjeadhbblfifdldedefnhe |
URL Chính Thức | https://chromewebstore.google.com/detail/password-boss/fdfemjpbhpcjeadhbblfifdldedefnhe |
Mô tả | Remember every password and and login to websites automatically. |
Kích Thước Tệp | 356 KB |
Số Lần Cài Đặt | 23,042 |
Phiên Bản Hiện Tại | 5.5.5104 |
Cập Nhật Lần Cuối | 2022-10-11 |
Ngày Phát Hành | 2020-01-14 |
Đánh Giá | 3.71/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://passwordboss.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.passwordboss.com |
URL Trang Trợ Giúp | https://www.passwordboss.com/support |
URL Trang Chính Sách Bảo Mật | https://www.passwordboss.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.passwordboss.com\/", "name": "__MSG_appName__", "version": "5.5.5104", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.passwordboss.com\/*" ] }, "default_locale": "en", "background": { "scripts": [ "scripts\/background\/background-chrome.min.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19-grey.png", "38": "images\/icon-38-grey.png" }, "default_title": "Password Boss", "default_popup": "scripts\/content-script\/popups\/download\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "js": [ "scripts\/content-script\/content-chrome.min.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "tabs", "management", "nativeMessaging", "webNavigation", "contextMenus", " |