iCloud Passwords
iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome.
iCloud Passwords là gì?
iCloud Passwords là một tiện ích mở rộng Chrome được phát triển bởi Apple Inc., và tính năng chính của nó là "iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome.".
Ả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 iCloud Passwords
Tải xuống các tệp mở rộng iCloud Passwords 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
iCloud Passwords lets you securely fill passwords from iCloud Keychain when signing in to websites using Chrome. Any new passwords you create in Chrome are saved to your iCloud Keychain so that they are also available across your Apple devices. The extension can also generate verification codes, which you can set up by right-clicking on a QR code. The iCloud Passwords extension is compatible with macOS Sonoma and Windows versions supported by the iCloud for Windows app. To enable the extension on a PC, download the iCloud for Windows app from the Microsoft Store and enable iCloud Passwords.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iCloud Passwords |
ID | pejdijmoenmkgeppbflobdenhhabjlaj |
URL Chính Thức | https://chromewebstore.google.com/detail/icloud-passwords/pejdijmoenmkgeppbflobdenhhabjlaj |
Mô tả | iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome. |
Kích Thước Tệp | 293 KB |
Số Lần Cài Đặt | 2,034,654 |
Phiên Bản Hiện Tại | 2.2.9 |
Cập Nhật Lần Cuối | 2024-02-06 |
Ngày Phát Hành | 2021-05-13 |
Đánh Giá | 2.19/5 Tổng số 1170 Đánh Giá |
Nhà Phát Triển | Apple Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.apple.com/icloud/ |
URL Trang Trợ Giúp | http://www.apple.com/support/icloud/ww/ |
URL Trang Chính Sách Bảo Mật | https://www.apple.com/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,fr,nl,no,vi,tr,ca,da,es,es-419,hr,it,hu,pl,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.2.9", "description": "__MSG_extDescription__", "default_locale": "en", "manifest_version": 3, "action": { "default_icon": { "16": "images\/PasswordsToolbar_icon16.png", "32": "images\/PasswordsToolbar_icon32.png" }, "default_popup": "page_popup.html" }, "icons": { "16": "images\/PasswordsExtensionIcon_16.png", "32": "images\/PasswordsExtensionIcon_32.png", "128": "images\/PasswordsExtensionIcon_128.png" }, "permissions": [ "privacy", "declarativeContent", "nativeMessaging", "webNavigation", "storage", "contextMenus", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "options_ui": { "page": "settings.html", "open_in_tab": false }, "web_accessible_resources": [ { "resources": [ "completion_list.html" ], "matches": [ " |