阿靳 蝦皮拍賣撥款對帳工具

自動核對蝦皮是否有正常撥款以及對帳資料統計

What is 阿靳 蝦皮拍賣撥款對帳工具?

阿靳 蝦皮拍賣撥款對帳工具 is a Chrome extension developed by ERPow, and its main feature is "自動核對蝦皮是否有正常撥款以及對帳資料統計".

Extension Screenshots

screenshot

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

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

蝦皮賣家對帳工具可以協助你核對蝦皮撥款是否正確
蝦皮對帳只要輕鬆點2下,就能自動幫你計算上千筆應撥帳款
沒有筆數限制,不用複雜的貼來貼去,還能給你更多關於訂單的資訊

可自訂計算區間已完成訂單總金額、已撥款訂單總金額、平台收取總手續費、信用卡金流總服務費
還能幫你比對撥款差額,幫你跟蝦皮要回少撥款的金額

除此之後,還能計算區間內已取消、已完成、尚未付款、待出貨、取消訂單、運送中之筆數、金額、比例
讓你更瞭解你的賣場退貨取消率,更精準的分析毛利及損益

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

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

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

Extension Basic Information

Name 阿靳 蝦皮拍賣撥款對帳工具 阿靳 蝦皮拍賣撥款對帳工具
ID ideobaiimmgbkklnekjdjeedobnnfclp
Official URL 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
Description 自動核對蝦皮是否有正常撥款以及對帳資料統計
File Size 2.06 MB
Installation Count 1,035
Current Version 1.0
Last Updated 2020-01-19
Publish Date 2020-01-18
Rating 5.00/5 Total 3 Ratings
Developer ERPow
Email [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 \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
}