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

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

Qu'est-ce que 阿靳 蝦皮拍賣撥款對帳工具 ?

阿靳 蝦皮拍賣撥款對帳工具 est une extension Chrome développée par ERPow, et sa fonction principale est "自動核對蝦皮是否有正常撥款以及對帳資料統計".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 阿靳 蝦皮拍賣撥款對帳工具

Téléchargez les fichiers d'extension 阿靳 蝦皮拍賣撥款對帳工具 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

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

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

Informations de Base sur l'Extension

Nom 阿靳 蝦皮拍賣撥款對帳工具 阿靳 蝦皮拍賣撥款對帳工具
ID ideobaiimmgbkklnekjdjeedobnnfclp
URL Officiel 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 自動核對蝦皮是否有正常撥款以及對帳資料統計
Taille du Fichier 2.06 MB
Nombre d'Installations 1,035
Version Actuelle 1.0
Dernière Mise à Jour 2020-01-19
Date de Publication 2020-01-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur ERPow
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://ajin.tw
URL de la Page de Politique de Confidentialité http://marcdenni.com.tw/privacy-policy.asp
Langues Prises en Charge 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
}