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'est-ce que IT Hit Edit Document Opener 4 ?

IT Hit Edit Document Opener 4 est une extension Chrome développée par http://www.webdavsystem.com, et sa fonction principale est "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IT Hit Edit Document Opener 4

Téléchargez les fichiers d'extension IT Hit Edit Document Opener 4 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
URL Officiel https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Description Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Taille du Fichier 36.82 KB
Nombre d'Installations 6,000
Version Actuelle 4.0.2375.0
Dernière Mise à Jour 2017-09-27
Date de Publication 2017-09-27
Évaluation 3.40/5 Total 5 Évaluations
Développeur http://www.webdavsystem.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.webdavsystem.com/ajax/
URL de la Page de Politique de Confidentialité https://www.webdavsystem.com/ajax/privacy_policy
Langues Prises en Charge 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"
}