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ファイルをダウンロード

IT Hit Edit Document Opener 4拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}