阿靳 蝦皮商品匯出工具
能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式
What is 阿靳 蝦皮商品匯出工具?
阿靳 蝦皮商品匯出工具 is a Chrome extension developed by ERPow, and its main feature is "能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式".
Extension Screenshots
Download 阿靳 蝦皮商品匯出工具 Extension CRX File
Download 阿靳 蝦皮商品匯出工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
由蝦皮拍賣 專業講師 阿靳 精心規劃,以自身蝦皮網拍經驗開發 蝦皮商品匯出工具可以一鍵匯出所有蝦皮商品並整理成各平台大量上傳格式 沒有複雜操作,只要一個鍵就能完成 瞭解更多詳情,請LINE ID 搜尋 @979dwnll 更多網拍賣家專用軟體請瀏覽 http://ajin.tw 更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」 https://reurl.cc/24qeDa
Extension Basic Information
Name | 阿靳 蝦皮商品匯出工具 |
ID | bcofbdeahbifkhbldhkdojbclicijpki |
Official 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 |
Description | 能將蝦皮所有商品匯出至雲端並產生可上傳到其他平台的格式 |
File Size | 2.07 MB |
Installation Count | 156 |
Current Version | 1.1 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-06 |
Developer | ERPow |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://marcdenni.com.tw/privacy-policy.asp |
Supported Languages | 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 } |