阿靳 松果賣家工具
讓松果後台增加庫存更新轉換以及匯出訂單功能
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
由蝦皮大學認證講師 阿靳 精心規劃,以自身網拍經驗開發 松果賣家工具能快速匯出訂單及更新庫存。 您終於可以將全部商品都上架,再也不用擔心超賣被罰錢,也省下更新庫存的時間人事成本。 除了讓你的訂單增加外,匯出訂單的功能可以將訂單匯出成EXCEL, 還可以整合成你們目前進銷存的上傳格式,直接匯入。 擺脫「怕被罰錢」->「只上架庫存多的商品」->「商品數少所以訂單少」的惡性循環 讓你「快速更新庫存」->「少量庫存也能上架」->「商品數多訂單就多」營業額增加 節省時間人力還能大幅提升業績 瞭解更多詳情,請LINE ID 搜尋 @jwv5600v 更多網拍賣家專用軟體請瀏覽 http://ajin.tw 更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」 https://reurl.cc/24qeDa
Extension Basic Information
Name | 阿靳 松果賣家工具 |
ID | dncdcillpdblfjgnclichjppaihfjiai |
Official URL | https://chromewebstore.google.com/detail/%E9%98%BF%E9%9D%B3-%E6%9D%BE%E6%9E%9C%E8%B3%A3%E5%AE%B6%E5%B7%A5%E5%85%B7/dncdcillpdblfjgnclichjppaihfjiai |
Description | 讓松果後台增加庫存更新轉換以及匯出訂單功能 |
File Size | 2.06 MB |
Installation Count | 73 |
Current Version | 3.2.2.1 |
Last Updated | 2020-09-28 |
Publish Date | 2020-02-25 |
Developer | ERPow |
[email protected] | |
Payment Type | free |
Extension Website | http://ajin.tw |
Privacy Policy Page URL | http://marcdenni.com.tw/privacy-policy.asp |
Supported Languages | zh-TW |
manifest.json | |
{ "name": "\u963f\u9773 \u677e\u679c\u8ce3\u5bb6\u5de5\u5177", "version": "3.2.2.1", "description": "\u8b93\u677e\u679c\u5f8c\u53f0\u589e\u52a0\u5eab\u5b58\u66f4\u65b0\u8f49\u63db\u4ee5\u53ca\u532f\u51fa\u8a02\u55ae\u529f\u80fd", "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", "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:\/\/merchant.pcone.com.tw\/*" ], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |