IT Hit Edit Document Opener 4

Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.

IT Hit Edit Document Opener 4란 무엇입니까?

IT Hit Edit Document Opener 4은(는) http://www.webdavsystem.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps."입니다.

확장 프로그램 스크린샷

screenshot

IT Hit Edit Document Opener 4 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Using Edit Document Opener you can:

 * Open any documents (PDF, TXT, DWG, PSD, etc.) from a web page in Google Chrome on Windows, Mac OS X and Linux and save back to server without download/upload steps.

 * Open any documents, including MS Office documents, from a WebDAV server with cookies authentication.                    

확장 프로그램 기본 정보

이름 IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
공식 URL https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
설명 Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
파일 크기 36.82 KB
설치 횟수 6,000
현재 버전 4.0.2375.0
최근 업데이트 2017-09-27
출시 날짜 2017-09-27
평점 3.40/5 총 5 개의 평점
개발자 http://www.webdavsystem.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.webdavsystem.com/ajax/
개인정보 보호 정책 페이지 URL https://www.webdavsystem.com/ajax/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "IT Hit, Ltd",
    "description": "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.",
    "homepage_url": "https:\/\/www.webdavsystem.com\/ajax\/",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/ithit-editdocumentopener16.png",
        "48": "icons\/ithit-editdocumentopener48.png",
        "128": "icons\/ithit-editdocumentopener128.png"
    },
    "manifest_version": 2,
    "name": "IT Hit Edit Document Opener 4",
    "permissions": [
        "nativeMessaging",
        "storage",
        "alarms"
    ],
    "version": "4.0.2375.0"
}