NetDocuments

If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.

NetDocuments란 무엇입니까?

NetDocuments은(는) NetDocuments에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NetDocuments 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simplifies the process for uploading documents stored in NetDocuments to other websites!

With this new Chrome extension, you can identify websites that you wish to connect to NetDocuments. Once connected, the website's [ Browse ] or [ Upload ] button will display a NetDocuments window which allows you to select the file(s) to be uploaded. Additional options allow you to convert the selected files to PDF, and to return the newly created PDF to NetDocuments as a new version.                    

확장 프로그램 기본 정보

이름 NetDocuments NetDocuments
ID fkbfgpllpbhbofnhkefnfeignnanciie
공식 URL https://chromewebstore.google.com/detail/netdocuments/fkbfgpllpbhbofnhkefnfeignnanciie
설명 If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.
파일 크기 2.16 MB
설치 횟수 230,845
현재 버전 1.8.0.333
최근 업데이트 2023-04-28
출시 날짜 2020-03-16
평점 4.75/5 총 4 개의 평점
개발자 NetDocuments
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.netdocuments.com/legal/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetDocuments",
    "description": "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.",
    "version": "1.8.0.333",
    "author": "NetDocuments Software Inc.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "management",
        "webRequest"
    ],
    "action": {
        "default_title": "",
        "default_icon": "images\/nd.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "images\/128x128\/nd.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/nd.png",
                "netDocumentsFrame.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}