iCloud Passwords
iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome.
iCloud Passwords क्या है?
iCloud Passwords Apple Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iCloud Passwords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |