阿靳 蝦皮商品匯出工具
能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式
阿靳 蝦皮商品匯出工具คืออะไร?
阿靳 蝦皮商品匯出工具 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ERPow และคุณลักษณะหลักของมันคือ "能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 阿靳 蝦皮商品匯出工具
ดาวน์โหลดไฟล์ส่วนขยาย 阿靳 蝦皮商品匯出工具 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
由蝦皮拍賣 專業講師 阿靳 精心規劃,以自身蝦皮網拍經驗開發 蝦皮商品匯出工具可以一鍵匯出所有蝦皮商品並整理成各平台大量上傳格式 沒有複雜操作,只要一個鍵就能完成 瞭解更多詳情,請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 } |