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
电子邮箱 [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"
}