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.

¿Qué es IT Hit Edit Document Opener 4?

IT Hit Edit Document Opener 4 es una extensión de Chrome desarrollada por http://www.webdavsystem.com, y su función principal es "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IT Hit Edit Document Opener 4

Descarga archivos de extensión IT Hit Edit Document Opener 4 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
URL Oficial https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Descripción Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Tamaño del Archivo 36.82 KB
Cantidad de Instalaciones 6,000
Versión Actual 4.0.2375.0
Última Actualización 2017-09-27
Fecha de Publicación 2017-09-27
Calificación 3.40/5 Total de 5 Calificaciones
Desarrollador http://www.webdavsystem.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.webdavsystem.com/ajax/
URL de la Página de Política de Privacidad https://www.webdavsystem.com/ajax/privacy_policy
Idiomas Soportados 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"
}