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.

Wat is IT Hit Edit Document Opener 4?

IT Hit Edit Document Opener 4 is een Chrome-extensie ontwikkeld door http://www.webdavsystem.com, en de belangrijkste functie is "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IT Hit Edit Document Opener 4

Download IT Hit Edit Document Opener 4-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
Officiële URL https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Beschrijving Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Bestandsgrootte 36.82 KB
Aantal Installaties 6,000
Huidige Versie 4.0.2375.0
Laatst Bijgewerkt 2017-09-27
Publicatiedatum 2017-09-27
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar http://www.webdavsystem.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.webdavsystem.com/ajax/
URL van de Privacybeleid Pagina https://www.webdavsystem.com/ajax/privacy_policy
Ondersteunde Talen 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"
}