Commerce Cloud WebDAV+

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

Commerce Cloud WebDAV+คืออะไร?

Commerce Cloud WebDAV+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcel Douma และคุณลักษณะหลักของมันคือ "Transform Commerce Cloud WebDav browser view into an advanced WebDav client plus other useful features."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Commerce Cloud WebDAV+

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}