Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "IT Hit Edit Doc Opener 5",
"version": "5.21.5944.12",
"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/",
"author": "IT Hit, Ltd",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"manifest_version": 3,
"permissions": [
"nativeMessaging",
"storage",
"cookies",
"notifications",
"scripting",
"tabs"
],
"host_permissions": [
"*://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}