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 |
| 官方網址 | 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"
}
} | |