Commerce Cloud WebDAV+

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

Co je Commerce Cloud WebDAV+?

Commerce Cloud WebDAV+ je rozšíření Chrome vyvinuté Marcel Douma, a jeho hlavní funkcí je „Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Commerce Cloud WebDAV+

Stáhněte si soubory rozšíření Commerce Cloud WebDAV+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Commerce Cloud WebDAV+ Commerce Cloud WebDAV+
ID cifnccfbkdjfhjeaolpgjnodlnophbio
Oficiální URL https://chromewebstore.google.com/detail/commerce-cloud-webdav+/cifnccfbkdjfhjeaolpgjnodlnophbio
Popis Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.
Velikost souboru 112 KB
Počet instalací 866
Aktuální Verze 2.5.0
Poslední Aktualizace 2022-09-26
Datum Vydání 2019-05-30
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Marcel Douma
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}