Commerce Cloud WebDAV+

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

什麼是Commerce Cloud WebDAV+?

Commerce Cloud WebDAV+是由Marcel Douma開發的Chrome擴展程式,該擴展的主要功能是“Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.”。

擴展截圖

screenshot
screenshot

下載Commerce Cloud WebDAV+擴展crx文件

下載Commerce Cloud WebDAV+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Commerce Cloud WebDAV+ Commerce Cloud WebDAV+
ID cifnccfbkdjfhjeaolpgjnodlnophbio
官方網址 https://chromewebstore.google.com/detail/commerce-cloud-webdav+/cifnccfbkdjfhjeaolpgjnodlnophbio
簡介 Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features.
檔案大小 112 KB
安裝次數 866
目前版本 2.5.0
更新時間 2022-09-26
上架時間 2019-05-30
評分 5.00/5 共 7 次評分
開發者 Marcel Douma
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}