IT Hit Edit Document Opener 4

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.

Additional files are visible only to premium users

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"
}