Kryto Secure Email
SecureEmail by Krytotech
Qu'est-ce que Kryto Secure Email ?
Kryto Secure Email est une extension Chrome développée par Unknown, et sa fonction principale est "SecureEmail by Krytotech".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kryto Secure Email
Téléchargez les fichiers d'extension Kryto Secure Email 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
This is a Gmail plugin for e-mail encryption complying to Kryto Tech.
Informations de Base sur l'Extension
Nom | Kryto Secure Email |
ID | omalfdfifggeddmeinpigeheofgknaee |
URL Officiel | https://chromewebstore.google.com/detail/kryto-secure-email/omalfdfifggeddmeinpigeheofgknaee |
Description | SecureEmail by Krytotech |
Taille du Fichier | 152 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2017-09-08 |
Date de Publication | 2017-09-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | http://krytotech.com/# |
URL de la Page d'Aide | http://krytotech.com/# |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kryto Secure Email", "description": "SecureEmail by Krytotech", "version": "0.5.0", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "rest.js", "content.js", "jquery.min.js", "bootstrap.min.js" ], "css": [ "bootstrap.min.css", "font-awesome.min.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "icon.png", "loading.gif", "iconNotAllowed.png" ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |