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 http://www.webdavsystem.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IT Hit Edit Document Opener 4 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
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"
}