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.
Vad är IT Hit Edit Document Opener 4?
IT Hit Edit Document Opener 4 är en Chrome-tillägg utvecklad av http://www.webdavsystem.com, och dess huvudfunktion är "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".
Tilläggsskärmbilder
Ladda ner IT Hit Edit Document Opener 4-förlängningens CRX-fil
Ladda ner IT Hit Edit Document Opener 4-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
Officiell webbadress | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
Beskrivning | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
Filstorlek | 36.82 KB |
Antal Installationer | 6,000 |
Aktuell Version | 4.0.2375.0 |
Senast Uppdaterad | 2017-09-27 |
Publiceringsdatum | 2017-09-27 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | http://www.webdavsystem.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.webdavsystem.com/ajax/ |
URL till Sekretesspolicy Sidan | https://www.webdavsystem.com/ajax/privacy_policy |
Stödda Språk | 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" } |