Prot-On

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

Was ist Prot-On?

Prot-On ist eine Chrome-Erweiterung, die von https://www.prot-on.com entwickelt wurde, und ihr Hauptmerkmal ist "Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.".

Erweiterungsscreenshots

screenshot

Prot-On-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prot-On-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Prot-On Prot-On
ID pejpgbkkgpngkcafhjikclbipkeifpgm
Offizielle URL https://chromewebstore.google.com/detail/prot-on/pejpgbkkgpngkcafhjikclbipkeifpgm
Beschreibung Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.
Dateigröße 939 KB
Installationsanzahl 15
Aktuelle Version 1.0.1
Letztes Update 2013-10-25
Veröffentlichungsdatum 2013-10-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.prot-on.com
Zahlungsart free
Erweiterungswebsite http://www.prot-on.com
Hilfeseite URL http://en.prot-on.com/help
Unterstützte Sprachen 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"
        }
    ]
}