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.
什麼是IT Hit Edit Document Opener 4?
IT Hit Edit Document Opener 4是由http://www.webdavsystem.com開發的Chrome擴展程式,該擴展的主要功能是“Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.”。
擴展截圖
下載IT Hit Edit Document Opener 4擴展crx文件
下載IT Hit Edit Document Opener 4擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
官方網址 | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
簡介 | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
檔案大小 | 36.82 KB |
安裝次數 | 6,000 |
目前版本 | 4.0.2375.0 |
更新時間 | 2017-09-27 |
上架時間 | 2017-09-27 |
評分 | 3.40/5 共 5 次評分 |
開發者 | http://www.webdavsystem.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.webdavsystem.com/ajax/ |
隱私政策頁面URL | https://www.webdavsystem.com/ajax/privacy_policy |
支援的語言 | 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" } |