快速上架工具 HTML版

從奇摩超級商城快速上架到其他賣場

Apa itu 快速上架工具 HTML版?

快速上架工具 HTML版 adalah ekstensi Chrome yang dikembangkan oleh ERPow, dan fitur utamanya adalah "從奇摩超級商城快速上架到其他賣場".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 快速上架工具 HTML版

Unduh file ekstensi 快速上架工具 HTML版 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        快速上架工具能夠一鍵快速上架,可以從「奇摩超級商城」快速將商品上架到以下平台

目前支援的平台有:
蝦皮、松果購物、雅虎拍賣、樂天市場、露天拍賣、PCHOME 24小時、PC商店街、個人賣場、MOMO摩天商城、91APP等,平台陸續增加中。

能完整將標題、商品說明、規格名稱、庫存、貨號都帶過去,節省90% 以上的上架時間。

商品教學:http://marcdenni.com.tw/manual_shelves.asp

申請試用授權再加 LINE ID 搜尋 @979dwnll                    

Informasi Dasar Ekstensi

Nama 快速上架工具 HTML版 快速上架工具 HTML版
ID jgipgkkcchjfmabbbmeckhlefklccmna
URL Resmi https://chromewebstore.google.com/detail/%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%9E%B6%E5%B7%A5%E5%85%B7-html%E7%89%88/jgipgkkcchjfmabbbmeckhlefklccmna
Deskripsi 從奇摩超級商城快速上架到其他賣場
Ukuran File 2.17 MB
Jumlah Instalasi 70
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-11-29
Tanggal Publikasi 2019-11-29
Pengembang ERPow
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://marcdenni.com.tw/privacy-policy.asp
Bahasa yang Didukung zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5feb\u901f\u4e0a\u67b6\u5de5\u5177 HTML\u7248",
    "version": "1.0",
    "description": "\u5f9e\u5947\u6469\u8d85\u7d1a\u5546\u57ce\u5feb\u901f\u4e0a\u67b6\u5230\u5176\u4ed6\u8ce3\u5834",
    "permissions": [
        "declarativeContent",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js",
            "\/jquery\/jquery-1.11.1.min.js"
        ],
        "persistent": false
    },
    "page_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": "script-src 'self' 'unsafe-eval'; 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.js"
            ],
            "css": [
                "\/jquery\/jquery-ui.css",
                "\/HoldOn\/HoldOn.min.css"
            ],
            "matches": [
                "https:\/\/seller.shopee.tw\/*",
                "https:\/\/merchant.pcone.com.tw\/*",
                "https:\/\/tw.bid.yahoo.com\/*",
                "https:\/\/tw.user.mall.yahoo.com\/*",
                "https:\/\/rms.rakuten.com.tw\/*",
                "https:\/\/mybidu.ruten.com.tw\/*",
                "https:\/\/mybid.ruten.com.tw\/*",
                "https:\/\/ecord.pchome.com.tw\/*",
                "https:\/\/cadm.pcstore.com.tw\/*",
                "https:\/\/adm.pcstore.com.tw\/*",
                "https:\/\/sm.momomall.com.tw\/*",
                "https:\/\/store.91app.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}