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.
Co je IT Hit Edit Document Opener 4?
IT Hit Edit Document Opener 4 je rozšíření Chrome vyvinuté http://www.webdavsystem.com, a jeho hlavní funkcí je „Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IT Hit Edit Document Opener 4
Stáhněte si soubory rozšíření IT Hit Edit Document Opener 4 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
Oficiální URL | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
Popis | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
Velikost souboru | 36.82 KB |
Počet instalací | 6,000 |
Aktuální Verze | 4.0.2375.0 |
Poslední Aktualizace | 2017-09-27 |
Datum Vydání | 2017-09-27 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | http://www.webdavsystem.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.webdavsystem.com/ajax/ |
URL Stránky Zásad Ochrany Soukromí | https://www.webdavsystem.com/ajax/privacy_policy |
Podporované Jazyky | 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" } |