Trello Encryption
Encrypt Data on Trello
什么是Trello Encryption?
Trello Encryption是由https://www.eboodevelopment.com开发的Chrome扩展程序,该扩展的主要功能是“Encrypt Data on Trello”。
扩展截图
下载Trello Encryption扩展crx文件
下载Trello Encryption扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to encrypt content on a single trello board. 扩展基本信息
| 名称 | |
| ID | oojhoeaaenjmmjbelmdmdaphajgigaab |
| 官方URL | https://chromewebstore.google.com/detail/trello-encryption/oojhoeaaenjmmjbelmdmdaphajgigaab |
| 简介 | Encrypt Data on Trello |
| 文件大小 | 336 KB |
| 安装次数 | 20 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2015-04-03 |
| 上架时间 | 2015-04-03 |
| 开发者 | https://www.eboodevelopment.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trello Encryption",
"description": "Encrypt Data on Trello",
"icons": {
"128": "icon-128.png",
"16": "icon.png",
"48": "icon-48.png"
},
"version": "0.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"js": [
"js\/jquery-1.11.1.min.js",
"js\/background.js",
"js\/aes.js"
]
}
],
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |