File upload block

Disable upload file input

Was ist File upload block?

File upload block ist eine Chrome-Erweiterung, die von nbizinfosol entwickelt wurde, und ihr Hauptmerkmal ist "Disable upload file input".

File upload block-Erweiterungs-CRX-Datei herunterladen

Laden Sie File upload block-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

                        Block all the file uploads from your computer and protect your confidential files from unauthorized copying. Today staffs and other people can send confidential files out of your office using gmail, hotmail and other free web email services.  This app will block any web email uploads so that they cannot send confidential documents out of your network.                    

Grundlegende Informationen zur Erweiterung

Name File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
Offizielle URL https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
Beschreibung Disable upload file input
Dateigröße 64.58 KB
Installationsanzahl 214
Aktuelle Version 1.1
Letztes Update 2016-02-17
Veröffentlichungsdatum 2016-02-17
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler nbizinfosol
Zahlungsart in_app
Unterstützte Sprachen en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Disable upload file input",
    "icons": {
        "128": "upload_disable.png"
    },
    "manifest_version": 2,
    "name": "File upload block",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "notavailable.html",
        "notavailable.js",
        "notavailable.css"
    ]
}