File upload block
Disable upload file input
Vad är File upload block?
File upload block är en Chrome-tillägg utvecklad av nbizinfosol, och dess huvudfunktion är "Disable upload file input".
Ladda ner File upload block-förlängningens CRX-fil
Ladda ner File upload block-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | File upload block |
ID | lbdnedphfgalkmehcjipbkieiepahkkm |
Officiell webbadress | https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm |
Beskrivning | Disable upload file input |
Filstorlek | 64.58 KB |
Antal Installationer | 214 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2016-02-17 |
Publiceringsdatum | 2016-02-17 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | nbizinfosol |
Betalningssätt | in_app |
Stödda Språk | 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" ] } |