Prot-On

Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.

Qu'est-ce que Prot-On ?

Prot-On est une extension Chrome développée par https://www.prot-on.com, et sa fonction principale est "Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Prot-On

Téléchargez les fichiers d'extension Prot-On 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

                        With this plugin you can protect photos or texts.
Protect for free what you share in the Internet, and also decide at any time and know who, when and what access to your information. 

If you regret something you have shared you can remove access on all copies sent.

With this plugin you can also view texts and photos other users have protected (assuming they have given you permission)

Prot-On is a free application for Windows, Mac, Android and iOS. 

Protect documents, photos and texts and ensure that the information you send by email, upload to the cloud or share on social networks can only be accessed by authorized users.

http://www.prot-on.com                    

Informations de Base sur l'Extension

Nom Prot-On Prot-On
ID pejpgbkkgpngkcafhjikclbipkeifpgm
URL Officiel https://chromewebstore.google.com/detail/prot-on/pejpgbkkgpngkcafhjikclbipkeifpgm
Description Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.
Taille du Fichier 939 KB
Nombre d'Installations 15
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-10-25
Date de Publication 2013-10-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.prot-on.com
Type de Paiement free
Site Web de l'Extension http://www.prot-on.com
URL de la Page d'Aide http://en.prot-on.com/help
Langues Prises en Charge en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prot-On",
    "description": "__MSG_chrome_description__",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "notifications",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "skin\/proton16.png",
        "48": "skin\/proton48.png",
        "64": "skin\/proton64.png",
        "128": "skin\/proton128.png"
    },
    "web_accessible_resources": [
        "skin\/proton64.png",
        "skin\/error64.png",
        "contextMenu.js"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contextMenu.js"
            ],
            "all_frames": true
        }
    ],
    "plugins": [
        {
            "path": "NPAPI\/npSockets.dll"
        },
        {
            "path": "NPAPI\/Sockets_x86_64.plugin"
        }
    ]
}