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.

Was ist IT Hit Edit Document Opener 4?

IT Hit Edit Document Opener 4 ist eine Chrome-Erweiterung, die von http://www.webdavsystem.com entwickelt wurde, und ihr Hauptmerkmal ist "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".

Erweiterungsscreenshots

screenshot

IT Hit Edit Document Opener 4-Erweiterungs-CRX-Datei herunterladen

Laden Sie IT Hit Edit Document Opener 4-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
Offizielle URL https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Beschreibung Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Dateigröße 36.82 KB
Installationsanzahl 6,000
Aktuelle Version 4.0.2375.0
Letztes Update 2017-09-27
Veröffentlichungsdatum 2017-09-27
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler http://www.webdavsystem.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.webdavsystem.com/ajax/
URL der Datenschutzrichtlinien-Seite https://www.webdavsystem.com/ajax/privacy_policy
Unterstützte Sprachen 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"
}