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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

iCloud Passwords 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 iCloud Passwords
ID pejdijmoenmkgeppbflobdenhhabjlaj
공식 URL 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": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk4xPYZla5XqlDN0PPiLCQAYRqdaR06jSl3sntEE5jHoe7XldFqhsdBSp4L8mozwjCwi6z5YtEpTV1L2k4WYmDuiwoH7YKGlQD\/YbC8QMcPvGLWOr8WYfXWtECKv0Nx7Tahk8nCIDWgJVm8YmPIDhPv4o5VVrq6aUveCKvTOskHWFyRzSTC2VKpzIVX7F65UzqqOmqLfMpo6lfaLcKSC7G6oQLA\/wS7hcGZEwZ11si6XWR4o\/hDuUSt6zdacy\/sc7H80eH3lMnEmvb6HoB7+KvxfGIU7dqRmhA\/w\/X0qkiIJYeoo4tZrNxBj7TTLz9hnHUbMRwJqsoIU+pkoprgFWDQIDAQAB"
}