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 là gì?
IT Hit Edit Document Opener 4 là một tiện ích mở rộng Chrome được phát triển bởi http://www.webdavsystem.com, và tính năng chính của nó là "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IT Hit Edit Document Opener 4
Tải xuống các tệp mở rộng IT Hit Edit Document Opener 4 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cjjlbggljfhecdnkfdpajagmiidgengd |
URL Chính Thức | https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd |
Mô tả | Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. |
Kích Thước Tệp | 36.82 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 4.0.2375.0 |
Cập Nhật Lần Cuối | 2017-09-27 |
Ngày Phát Hành | 2017-09-27 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://www.webdavsystem.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.webdavsystem.com/ajax/ |
URL Trang Chính Sách Bảo Mật | https://www.webdavsystem.com/ajax/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |