Trello Encryption
Encrypt Data on Trello
Qu'est-ce que Trello Encryption ?
Trello Encryption est une extension Chrome développée par https://www.eboodevelopment.com, et sa fonction principale est "Encrypt Data on Trello".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Encryption
Téléchargez les fichiers d'extension Trello Encryption au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows you to encrypt content on a single trello board.
Informations de Base sur l'Extension
Nom | Trello Encryption |
ID | oojhoeaaenjmmjbelmdmdaphajgigaab |
URL Officiel | https://chromewebstore.google.com/detail/trello-encryption/oojhoeaaenjmmjbelmdmdaphajgigaab |
Description | Encrypt Data on Trello |
Taille du Fichier | 336 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-04-03 |
Date de Publication | 2015-04-03 |
Développeur | https://www.eboodevelopment.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |