File upload block

Disable upload file input

Hvad er File upload block?

File upload block er en Chrome-udvidelse udviklet af nbizinfosol, og dens hovedfunktion er "Disable upload file input".

Download File upload block-udvidelses-CRX-fil

Download File upload block-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
Officiel URL https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
Beskrivelse Disable upload file input
Filstørrelse 64.58 KB
Antal Installationer 214
Nuværende Version 1.1
Senest Opdateret 2016-02-17
Udgivelsesdato 2016-02-17
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler nbizinfosol
Betalingsmetode in_app
Understøttede Sprog 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"
    ]
}