cpVault.com - Virtual Keyboard
This extension allows you to type using cpVault.com - Virtual Keyboard
什么是cpVault.com - Virtual Keyboard?
cpVault.com - Virtual Keyboard是由https://www.cpvault.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to type using cpVault.com - Virtual Keyboard”。
扩展截图
下载cpVault.com - Virtual Keyboard扩展crx文件
下载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"
]
} | |