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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.webdavsystem.com และคุณลักษณะหลักของมันคือ "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IT Hit Edit Document Opener 4
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |