cpVault.com - Virtual Keyboard
This extension allows you to type using cpVault.com - Virtual Keyboard
Что такое cpVault.com - Virtual Keyboard?
cpVault.com - Virtual Keyboard - это расширение Chrome, разработанное https://www.cpvault.com, и его основная функция - "This extension allows you to type using cpVault.com - Virtual Keyboard".
Снимки экрана расширения
Скачать файл CRX расширения cpVault.com - Virtual Keyboard
Скачайте файлы расширений cpVault.com - Virtual Keyboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is a companion to cpVault.com - Secure Notes android application
It allows you to type using cpVault.com Virtual Keyboard as you would using your Android "cpVault.com - Secure Notes" application.
It is necessary to use Mode-4 cpVault's passwords wherever you need, be it on your desktop computer or any other machine with google chrome browser installed. Основная информация о расширении
| Название | |
| ID | jjogoccdoeaginohlndpnnjcadiijdji |
| Официальный URL | https://chromewebstore.google.com/detail/cpvaultcom-virtual-keyboa/jjogoccdoeaginohlndpnnjcadiijdji |
| Описание | This extension allows you to type using cpVault.com - Virtual Keyboard |
| Размер файла | 332 KB |
| Количество установок | 129 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2016-12-17 |
| Дата публикации | 2016-12-17 |
| Рейтинг | 4.50/5 Всего 4 оценок |
| Разработчик | https://www.cpvault.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.cpvault.com/en/legal-en/legal-privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "cpVault.com - Virtual Keyboard",
"short_name": "cpVault.com",
"description": "This extension allows you to type using cpVault.com - Virtual Keyboard",
"version": "1.1",
"browser_action": {
"default_popup": "cpKeys.html"
},
"icons": {
"19": "cpKeys_19.png",
"48": "cpKeys_48.png",
"128": "cpKeys_128.png"
},
"permissions": [
"activeTab"
]
} | |