Trello Encryption
Encrypt Data on Trello
Cos'è Trello Encryption?
Trello Encryption è un'estensione di Chrome sviluppata da https://www.eboodevelopment.com, e la sua funzione principale è "Encrypt Data on Trello".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Encryption
Scarica i file di estensione Trello Encryption in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows you to encrypt content on a single trello board. Informazioni di Base sull'Estensione
| Nome | |
| ID | oojhoeaaenjmmjbelmdmdaphajgigaab |
| URL Ufficiale | https://chromewebstore.google.com/detail/trello-encryption/oojhoeaaenjmmjbelmdmdaphajgigaab |
| Descrizione | Encrypt Data on Trello |
| Dimensione del File | 336 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2015-04-03 |
| Data di Pubblicazione | 2015-04-03 |
| Sviluppatore | https://www.eboodevelopment.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |