WinchPass
Bridge your iCloud Keychain to Windows.
Что такое WinchPass?
WinchPass - это расширение Chrome, разработанное https://winchpass.com, и его основная функция - "Bridge your iCloud Keychain to Windows.".
Снимки экрана расширения
Скачать файл CRX расширения WinchPass
Скачайте файлы расширений WinchPass в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| 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"
}
}
} | |