Prot-On

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

¿Qué es Prot-On?

Prot-On es una extensión de Chrome desarrollada por https://www.prot-on.com, y su función principal es "Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Prot-On

Descarga archivos de extensión Prot-On en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Prot-On Prot-On
ID pejpgbkkgpngkcafhjikclbipkeifpgm
URL Oficial https://chromewebstore.google.com/detail/prot-on/pejpgbkkgpngkcafhjikclbipkeifpgm
Descripción Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.
Tamaño del Archivo 939 KB
Cantidad de Instalaciones 15
Versión Actual 1.0.1
Última Actualización 2013-10-25
Fecha de Publicación 2013-10-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.prot-on.com
Tipo de Pago free
Sitio Web de la Extensión http://www.prot-on.com
URL de la Página de Ayuda http://en.prot-on.com/help
Idiomas Soportados 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"
        }
    ]
}