網翼 x MO店+ 搬家工具

從蝦皮賣場匯出大量上傳到MO店+的檔案格式

What is 網翼 x MO店+ 搬家工具?

網翼 x MO店+ 搬家工具 is a Chrome extension developed by ERPow, and its main feature is "從蝦皮賣場匯出大量上傳到MO店+的檔案格式".

Extension Screenshots

screenshot

Download 網翼 x MO店+ 搬家工具 Extension CRX File

Download 網翼 x MO店+ 搬家工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        由網翼電商經營工具 精心規劃,以自身網拍經驗開發

網翼 x MO店+ 能夠從「蝦皮」匯出商品成為MO店+的上架格式

瞭解更多詳情,請LINE ID 搜尋 @jwv5600v

更多網拍賣家專用軟體請瀏覽
http://ajin.tw                    

Extension Basic Information

Name 網翼 x MO店+ 搬家工具 網翼 x MO店+ 搬家工具
ID cnpicegdbnnhkcpodfcllpbfbbhjojpc
Official URL https://chromewebstore.google.com/detail/%E7%B6%B2%E7%BF%BC-x-mo%E5%BA%97%EF%BC%8B-%E6%90%AC%E5%AE%B6%E5%B7%A5%E5%85%B7/cnpicegdbnnhkcpodfcllpbfbbhjojpc
Description 從蝦皮賣場匯出大量上傳到MO店+的檔案格式
File Size 2.16 MB
Installation Count 104
Current Version 1.0.1
Last Updated 2024-02-28
Publish Date 2024-02-27
Developer ERPow
Email [email protected]
Payment Type free
Privacy Policy Page URL http://marcdenni.com.tw/privacy-policy.asp
Supported Languages zh-TW
manifest.json
{
    "name": "\u7db2\u7ffc x MO\u5e97\uff0b \u642c\u5bb6\u5de5\u5177",
    "version": "1.0.1",
    "description": "\u5f9e\u8766\u76ae\u8ce3\u5834\u532f\u51fa\u5927\u91cf\u4e0a\u50b3\u5230MO\u5e97\uff0b\u7684\u6a94\u6848\u683c\u5f0f",
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "host_permissions": [
        "https:\/\/*.shopee.tw\/*"
    ],
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/jquery\/jquery-1.11.1.min.js",
                "\/jquery\/jquery-ui.js",
                "\/jquery\/jquery.md5.js",
                "\/HoldOn\/HoldOn.min.js",
                "\/content.bundle.js"
            ],
            "css": [
                "\/jquery\/jquery-ui.css",
                "\/HoldOn\/HoldOn.min.css"
            ],
            "matches": [
                "https:\/\/seller.shopee.tw\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}