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" } |