WinchPass
Bridge your iCloud Keychain to Windows.
WinchPass क्या है?
WinchPass https://winchpass.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bridge your iCloud Keychain to Windows."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WinchPass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use your iPhone to fill out passwords on your PC. This extension is intended for users of iCloud Keychain that have a Windows PC. It fills out passwords automatically and doesn't keep any data. It uses one-time pad encryption and QR codes to link your phone to Chrome. Once the password is filled, the encryption key is discarded and cannot be reused.
एक्सटेंशन की मूल जानकारी
नाम | WinchPass |
ID | kalncabcefgchiphkgoiiglapkoopeal |
आधिकारिक URL | https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal |
विवरण | Bridge your iCloud Keychain to Windows. |
फ़ाइल का आकार | 40.36 KB |
स्थापना संख्या | 969 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2021-03-04 |
प्रकाशन तिथि | 2020-05-24 |
रेटिंग | 3.11/5 कुल 9 रेटिंग्स |
डेवलपर | https://winchpass.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://winchpass.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Bridge your iCloud Keychain to Windows.", "manifest_version": 2, "name": "WinchPass", "version": "1.0.8", "homepage_url": "https:\/\/winchpass.com\/", "icons": { "64": "icons\/logo-64.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "dist\/i18n\/*.json" ], "browser_action": { "browser_style": false, "default_icon": "icons\/logo-32.png", "default_title": "WinchPass (Ctrl+Shift+L)", "default_popup": "popup.html" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } } } |