網翼 網拍快速上架工具

從蝦皮快速上架到其他賣場

O que é 網翼 網拍快速上架工具?

網翼 網拍快速上架工具 é uma extensão do Chrome desenvolvida por ERPow, e sua principal característica é "從蝦皮快速上架到其他賣場".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 網翼 網拍快速上架工具

Baixe arquivos de extensão 網翼 網拍快速上架工具 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

快速上架工具能夠一鍵快速上架,可以從「蝦皮」快速將商品上架到其他平台

不誇張!!只要點幾下,連複製貼上都不用
就能完整將標題、商品說明、規格名稱、庫存、貨號都帶過去,節省90% 以上的上架時間。

支援整店搬家、多商品搬家以及單品快速上架

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

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

Informações Básicas da Extensão

Nome 網翼 網拍快速上架工具 網翼 網拍快速上架工具
ID plhdmhldgphkoflgnbmioppofdgndadi
URL Oficial https://chromewebstore.google.com/detail/%E7%B6%B2%E7%BF%BC-%E7%B6%B2%E6%8B%8D%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%9E%B6%E5%B7%A5%E5%85%B7/plhdmhldgphkoflgnbmioppofdgndadi
Descrição 從蝦皮快速上架到其他賣場
Tamanho do Arquivo 2.23 MB
Contagem de Instalações 2,470
Versão Atual 5.1.4
Última Atualização 2024-02-23
Data de Publicação 2020-02-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ERPow
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://ajin.tw
URL da Página de Política de Privacidade http://marcdenni.com.tw/privacy-policy.asp
Idiomas Suportados zh-TW
manifest.json
{
    "name": "\u7db2\u7ffc \u7db2\u62cd\u5feb\u901f\u4e0a\u67b6\u5de5\u5177",
    "version": "5.1.4",
    "description": "\u5f9e\u8766\u76ae\u5feb\u901f\u4e0a\u67b6\u5230\u5176\u4ed6\u8ce3\u5834",
    "permissions": [
        "storage",
        "downloads",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "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:\/\/sales.iopenmall.tw\/*",
                "https:\/\/shopee.tw\/*",
                "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\/*",
                "https:\/\/b2b.etmall.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}