Commerce Cloud WebDAV+

Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.

Cos'è Commerce Cloud WebDAV+?

Commerce Cloud WebDAV+ è un'estensione di Chrome sviluppata da Marcel Douma, e la sua funzione principale è "Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Commerce Cloud WebDAV+

Scarica i file di estensione Commerce Cloud WebDAV+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Google Chrome extension to transform Commerce Cloud WebDav browser view into an advanced WebDav client. Including features like sort on date, friendly log files view, drag and drop files and directories directly to the server and download them as well.

The logs are automatically sorted upon last modified first.                    

Informazioni di Base sull'Estensione

Nome Commerce Cloud WebDAV+ Commerce Cloud WebDAV+
ID cifnccfbkdjfhjeaolpgjnodlnophbio
URL Ufficiale https://chromewebstore.google.com/detail/commerce-cloud-webdav+/cifnccfbkdjfhjeaolpgjnodlnophbio
Descrizione Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.
Dimensione del File 112 KB
Conteggio Installazioni 866
Versione Corrente 2.5.0
Ultimo Aggiornamento 2022-09-26
Data di Pubblicazione 2019-05-30
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Marcel Douma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commerce Cloud WebDAV+",
    "manifest_version": 3,
    "version": "2.5.0",
    "author": "Marcel Douma",
    "description": "Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.",
    "icons": {
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/vendor\/jquery.min.js",
                "js\/polyfill.js",
                "js\/webdav\/WebDavPlus.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/on\/demandware.servlet\/webdav\/Sites\/*"
            ],
            "css": [
                "css\/vendor\/bootstrap.min.css",
                "css\/webdav-style.css"
            ],
            "js": [
                "js\/vendor\/moment.min.js",
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/jquery.tablesorter.min.js",
                "js\/webdav\/WebDavDownload.js",
                "js\/webdav\/WebDavLogFileView.js",
                "js\/webdav\/WebDavView.js",
                "webdav-main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/on\/demandware.store\/Sites-Site\/default\/*"
            ],
            "css": [
                "css\/bm-style.css"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/jsonlint.js",
                "bm-main.js"
            ]
        }
    ]
}