File upload block

Disable upload file input

File upload block란 무엇입니까?

File upload block은(는) nbizinfosol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable upload file input"입니다.

File upload block 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
공식 URL https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
설명 Disable upload file input
파일 크기 64.58 KB
설치 횟수 214
현재 버전 1.1
최근 업데이트 2016-02-17
출시 날짜 2016-02-17
평점 3.00/5 총 4 개의 평점
개발자 nbizinfosol
결제 유형 in_app
지원되는 언어 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"
    ]
}