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.

Apa itu IT Hit Edit Document Opener 4?

IT Hit Edit Document Opener 4 adalah ekstensi Chrome yang dikembangkan oleh http://www.webdavsystem.com, dan fitur utamanya adalah "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IT Hit Edit Document Opener 4

Unduh file ekstensi IT Hit Edit Document Opener 4 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
URL Resmi https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Deskripsi Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Ukuran File 36.82 KB
Jumlah Instalasi 6,000
Versi Saat Ini 4.0.2375.0
Terakhir Diperbarui 2017-09-27
Tanggal Publikasi 2017-09-27
Penilaian 3.40/5 Total 5 Penilaian
Pengembang http://www.webdavsystem.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.webdavsystem.com/ajax/
URL Halaman Kebijakan Privasi https://www.webdavsystem.com/ajax/privacy_policy
Bahasa yang Didukung 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"
}