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.
Cos'è IT Hit Edit Document Opener 4?
IT Hit Edit Document Opener 4 è un'estensione di Chrome sviluppata da http://www.webdavsystem.com, e la sua funzione principale è "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IT Hit Edit Document Opener 4
Scarica i file di estensione IT Hit Edit Document Opener 4 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
URL Ufficiale | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
Descrizione | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
Dimensione del File | 36.82 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 4.0.2375.0 |
Ultimo Aggiornamento | 2017-09-27 |
Data di Pubblicazione | 2017-09-27 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | http://www.webdavsystem.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.webdavsystem.com/ajax/ |
URL della Pagina della Politica sulla Privacy | https://www.webdavsystem.com/ajax/privacy_policy |
Lingue Supportate | 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" } |