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
公式URL 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
Eメール [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"
            ]
        }
    ]
}