阿靳 蝦皮商品匯出工具

能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式

Wat is 阿靳 蝦皮商品匯出工具?

阿靳 蝦皮商品匯出工具 is een Chrome-extensie ontwikkeld door ERPow, en de belangrijkste functie is "能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 阿靳 蝦皮商品匯出工具

Download 阿靳 蝦皮商品匯出工具-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        由蝦皮拍賣 專業講師 阿靳 精心規劃,以自身蝦皮網拍經驗開發

蝦皮商品匯出工具可以一鍵匯出所有蝦皮商品並整理成各平台大量上傳格式
沒有複雜操作,只要一個鍵就能完成

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

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

更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」
https://reurl.cc/24qeDa                    

Basisinformatie over de Extensie

Naam 阿靳 蝦皮商品匯出工具 阿靳 蝦皮商品匯出工具
ID bcofbdeahbifkhbldhkdojbclicijpki
Officiële URL https://chromewebstore.google.com/detail/%E9%98%BF%E9%9D%B3-%E8%9D%A6%E7%9A%AE%E5%95%86%E5%93%81%E5%8C%AF%E5%87%BA%E5%B7%A5%E5%85%B7/bcofbdeahbifkhbldhkdojbclicijpki
Beschrijving 能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式
Bestandsgrootte 2.07 MB
Aantal Installaties 156
Huidige Versie 1.1
Laatst Bijgewerkt 2020-02-10
Publicatiedatum 2020-02-06
Ontwikkelaar ERPow
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://marcdenni.com.tw/privacy-policy.asp
Ondersteunde Talen zh-TW
manifest.json
{
    "name": "\u963f\u9773 \u8766\u76ae\u5546\u54c1\u532f\u51fa\u5de5\u5177",
    "version": "1.1",
    "description": "\u80fd\u5c07\u8766\u76ae\u6240\u6709\u5546\u54c1\u532f\u51fa\u81f3\u96f2\u7aef\u4e26\u7522\u751f\u53ef\u4e0a\u50b3\u5230\u5176\u4ed6\u5e73\u53f0\u7684\u683c\u5f0f",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.bundle.js",
            "\/jquery\/jquery-1.11.1.min.js"
        ],
        "persistent": false
    },
    "browser_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.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": 2
}