Cryptable - Encrypt messages.

Easily encrypt and decrypt messages to share with friends.

Τι είναι το Cryptable - Encrypt messages.;

Το Cryptable - Encrypt messages. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cryptable.x10.mx, και η κύρια λειτουργία του είναι "Easily encrypt and decrypt messages to share with friends.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cryptable - Encrypt messages.

Λήψη αρχείων επέκτασης Cryptable - Encrypt messages. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Cryptable is a clean and simple extension built for Google Chrome for encrypting and/or decrypting text. Easily share information privately with others.

v.1.0.5 (3/20/15)
------------------------------------------------------
Cryptable now saves passwords.

v.1.0.4 (3/4/15)
------------------------------------------------------
Added offline capabilities. 

v.1.0.1 (3/3/15)
------------------------------------------------------
Added instant encryption/decryption when typing in password field.

Feedback
------------------------------------------------------
-Please leave any reviews if you want to suggest any changes for future releases.
-Check out our other products at http://polarityweb.weebly.com/

Terms of Service
------------------------------------------------------
This terms of service states that your use of Cryptable ("Extension") by Polarity ("Company") must be agreed upon before installation. If you do not agree, you may not use this Extension.

This Company is not held responsible for any damages that are associated with this Extension and is not obligated for any payments. Potential litigants cannot and may not bring any form of litigation against the Company for issues from the use of the Extension on the Google Chrome Web Store.

Privacy Policy
------------------------------------------------------
Polarity is committed protecting your privacy and this Extension will not collect any information about you. The encryption is performed on the hosts's machine with no data transfers to external servers.

Messages
------------------------------------------------------
Polarity does not claim ownership on any data that is encrypted and/or decrypted during the use of this Extension. The messages are kept between you ("The User") and the others you share with.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cryptable - Encrypt messages. Cryptable - Encrypt messages.
ID gefljgiodoecfjglogndmhelekdgncgn
Επίσημο URL https://chrome.google.com/webstore/detail/cryptable-encrypt-message/gefljgiodoecfjglogndmhelekdgncgn
Περιγραφή Easily encrypt and decrypt messages to share with friends.
Μέγεθος Αρχείου 70.54 KB
Αριθμός Εγκαταστάσεων 201
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2015-03-29
Ημερομηνία Δημοσίευσης 2015-03-29
Αξιολόγηση 4.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής http://cryptable.x10.mx
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://cryptable.x10.mx/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "res\/js\/jquery-2.1.1.min.js",
            "res\/js\/encrypt.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Cryptable"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Easily encrypt and decrypt messages to share with friends.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "name": "Cryptable - Encrypt messages.",
    "offline_enabled": true,
    "short_name": "Cryptable",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}