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.
Hvad er IT Hit Edit Document Opener 4?
IT Hit Edit Document Opener 4 er en Chrome-udvidelse udviklet af http://www.webdavsystem.com, og dens hovedfunktion er "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".
Udvidelsesskærmbilleder
Download IT Hit Edit Document Opener 4-udvidelses-CRX-fil
Download IT Hit Edit Document Opener 4-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
Officiel URL | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
Beskrivelse | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
Filstørrelse | 36.82 KB |
Antal Installationer | 6,000 |
Nuværende Version | 4.0.2375.0 |
Senest Opdateret | 2017-09-27 |
Udgivelsesdato | 2017-09-27 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | http://www.webdavsystem.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.webdavsystem.com/ajax/ |
URL til Fortrolighedspolitik Side | https://www.webdavsystem.com/ajax/privacy_policy |
Understøttede Sprog | 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" } |