Trello Encryption
Encrypt Data on Trello
Wat is Trello Encryption?
Trello Encryption is een Chrome-extensie ontwikkeld door https://www.eboodevelopment.com, en de belangrijkste functie is "Encrypt Data on Trello".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Encryption
Download Trello Encryption-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to encrypt content on a single trello board. Basisinformatie over de Extensie
| Naam | |
| ID | oojhoeaaenjmmjbelmdmdaphajgigaab |
| Officiële URL | https://chromewebstore.google.com/detail/trello-encryption/oojhoeaaenjmmjbelmdmdaphajgigaab |
| Beschrijving | Encrypt Data on Trello |
| Bestandsgrootte | 336 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2015-04-03 |
| Publicatiedatum | 2015-04-03 |
| Ontwikkelaar | https://www.eboodevelopment.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |