阿靳 蝦皮拍賣撥款對帳工具
自動核對蝦皮是否有正常撥款以及對帳資料統計
Cos'è 阿靳 蝦皮拍賣撥款對帳工具?
阿靳 蝦皮拍賣撥款對帳工具 è un'estensione di Chrome sviluppata da ERPow, e la sua funzione principale è "自動核對蝦皮是否有正常撥款以及對帳資料統計".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 阿靳 蝦皮拍賣撥款對帳工具
Scarica i file di estensione 阿靳 蝦皮拍賣撥款對帳工具 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
由蝦皮拍賣 專業講師 阿靳 精心規劃,以自身蝦皮網拍經驗開發 蝦皮賣家對帳工具可以協助你核對蝦皮撥款是否正確 蝦皮對帳只要輕鬆點2下,就能自動幫你計算上千筆應撥帳款 沒有筆數限制,不用複雜的貼來貼去,還能給你更多關於訂單的資訊 可自訂計算區間已完成訂單總金額、已撥款訂單總金額、平台收取總手續費、信用卡金流總服務費 還能幫你比對撥款差額,幫你跟蝦皮要回少撥款的金額 除此之後,還能計算區間內已取消、已完成、尚未付款、待出貨、取消訂單、運送中之筆數、金額、比例 讓你更瞭解你的賣場退貨取消率,更精準的分析毛利及損益 瞭解更多詳情,請LINE ID 搜尋 @979dwnll 更多網拍賣家專用軟體請瀏覽 http://ajin.tw 更多蝦皮拍賣經營技巧,關注我們的FB粉絲頁 「阿靳蝦皮拍賣經營技巧公開課」 https://reurl.cc/24qeDa
Informazioni di Base sull'Estensione
Nome | 阿靳 蝦皮拍賣撥款對帳工具 |
ID | ideobaiimmgbkklnekjdjeedobnnfclp |
URL Ufficiale | https://chromewebstore.google.com/detail/%E9%98%BF%E9%9D%B3-%E8%9D%A6%E7%9A%AE%E6%8B%8D%E8%B3%A3%E6%92%A5%E6%AC%BE%E5%B0%8D%E5%B8%B3%E5%B7%A5%E5%85%B7/ideobaiimmgbkklnekjdjeedobnnfclp |
Descrizione | 自動核對蝦皮是否有正常撥款以及對帳資料統計 |
Dimensione del File | 2.06 MB |
Conteggio Installazioni | 1,035 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-01-19 |
Data di Pubblicazione | 2020-01-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | ERPow |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ajin.tw |
URL della Pagina della Politica sulla Privacy | http://marcdenni.com.tw/privacy-policy.asp |
Lingue Supportate | zh-TW |
manifest.json | |
{ "name": "\u963f\u9773 \u8766\u76ae\u62cd\u8ce3\u64a5\u6b3e\u5c0d\u5e33\u5de5\u5177", "version": "1.0", "description": "\u81ea\u52d5\u6838\u5c0d\u8766\u76ae\u662f\u5426\u6709\u6b63\u5e38\u64a5\u6b3e\u4ee5\u53ca\u5c0d\u5e33\u8cc7\u6599\u7d71\u8a08", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.bundle.js", "\/jquery\/jquery-1.11.1.min.js" ], "persistent": false }, "page_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\/*", "https:\/\/shopee.tw\/*" ], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |