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.

Co to jest IT Hit Edit Document Opener 4?

IT Hit Edit Document Opener 4 to rozszerzenie Chrome opracowane przez http://www.webdavsystem.com, a jego główną funkcją jest „Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IT Hit Edit Document Opener 4

Pobierz pliki rozszerzeń IT Hit Edit Document Opener 4 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
Oficjalny URL https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Opis Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Rozmiar pliku 36.82 KB
Liczba instalacji 6,000
Aktualna Wersja 4.0.2375.0
Ostatnia Aktualizacja 2017-09-27
Data Publikacji 2017-09-27
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper http://www.webdavsystem.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.webdavsystem.com/ajax/
Adres URL Strony Polityki Prywatności https://www.webdavsystem.com/ajax/privacy_policy
Obsługiwane Języki 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"
}