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.
What is IT Hit Edit Document Opener 4?
IT Hit Edit Document Opener 4 is a Chrome extension developed by http://www.webdavsystem.com, and its main feature is "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".
Extension Screenshots
Download IT Hit Edit Document Opener 4 Extension CRX File
Download IT Hit Edit Document Opener 4 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
Official URL | 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. |
File Size | 36.82 KB |
Installation Count | 6,000 |
Current Version | 4.0.2375.0 |
Last Updated | 2017-09-27 |
Publish Date | 2017-09-27 |
Rating | 3.40/5 Total 5 Ratings |
Developer | http://www.webdavsystem.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.webdavsystem.com/ajax/ |
Privacy Policy Page URL | https://www.webdavsystem.com/ajax/privacy_policy |
Supported Languages | 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" } |