iCloud Passwords
iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome.
什麼是iCloud Passwords?
iCloud Passwords是由Apple Inc.開發的Chrome擴展程式,該擴展的主要功能是“iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome.”。
擴展截圖
下載iCloud Passwords擴展crx文件
下載iCloud Passwords擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | iCloud Passwords |
ID | pejdijmoenmkgeppbflobdenhhabjlaj |
官方網址 | https://chromewebstore.google.com/detail/icloud-passwords/pejdijmoenmkgeppbflobdenhhabjlaj |
簡介 | iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome. |
檔案大小 | 293 KB |
安裝次數 | 2,034,654 |
目前版本 | 2.2.9 |
更新時間 | 2024-02-06 |
上架時間 | 2021-05-13 |
評分 | 2.19/5 共 1170 次評分 |
開發者 | Apple Inc. |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.apple.com/icloud/ |
說明頁面URL | http://www.apple.com/support/icloud/ww/ |
隱私政策頁面URL | https://www.apple.com/legal/privacy |
支援的語言 | 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": [ " |