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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" } |