阿靳 蝦皮商品匯出工具

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

阿靳 蝦皮商品匯出工具란 무엇입니까?

阿靳 蝦皮商品匯出工具은(는) ERPow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式"입니다.

확장 프로그램 스크린샷

screenshot

阿靳 蝦皮商品匯出工具 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

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

확장 프로그램 기본 정보

이름 阿靳 蝦皮商品匯出工具 阿靳 蝦皮商品匯出工具
ID bcofbdeahbifkhbldhkdojbclicijpki
공식 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
설명 能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式
파일 크기 2.07 MB
설치 횟수 156
현재 버전 1.1
최근 업데이트 2020-02-10
출시 날짜 2020-02-06
개발자 ERPow
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://marcdenni.com.tw/privacy-policy.asp
지원되는 언어 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
}