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.

O que é IT Hit Edit Document Opener 4?

IT Hit Edit Document Opener 4 é uma extensão do Chrome desenvolvida por http://www.webdavsystem.com, e sua principal característica é "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IT Hit Edit Document Opener 4

Baixe arquivos de extensão IT Hit Edit Document Opener 4 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IT Hit Edit Document Opener 4 IT Hit Edit Document Opener 4
ID cjjlbggljfhecdnkfdpajagmiidgengd
URL Oficial https://chrome.google.com/webstore/detail/it-hit-edit-document-open/cjjlbggljfhecdnkfdpajagmiidgengd
Descrição Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.
Tamanho do Arquivo 36.82 KB
Contagem de Instalações 6,000
Versão Atual 4.0.2375.0
Última Atualização 2017-09-27
Data de Publicação 2017-09-27
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor http://www.webdavsystem.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.webdavsystem.com/ajax/
URL da Página de Política de Privacidade https://www.webdavsystem.com/ajax/privacy_policy
Idiomas Suportados 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"
}