蝦皮黑名單輔助工具

蝦皮黑名單輔助工具,能在訂單上顯示買家評價數量、未取及退貨次數,協助賣家瞭解更多訂單資訊

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

                        蝦皮黑名單工具能在訂單顯示買家評價、星星數及未取貨次數
訂單顯示的評價、未取及退貨次數,能讓賣家評估是否要寄出商品
未取次數過多及一星過多的高風險買家會以紅框提示

另外,精心設計的「更新黑名單」
能回傳賣家賣場裡未取訂單的用戶,加入黑名單大數據,讓未取記錄更精準
賣家不需逐筆建立名單,浪費時間且直接從訂單裡抓取的記錄更客觀

此軟體現在及未來都不會收費,請賣家們努力分享到社團,推薦給朋友
大家一同回報未取訂單,讓資料庫準確,杜絕不良賣家,建立良好的網拍環境

瞭解更多詳情,請LINE ID 搜尋 @215kioly                    

Informations de Base sur l'Extension

Nom 蝦皮黑名單輔助工具 蝦皮黑名單輔助工具
ID hljhpjmdableahlbikejdejlcicbkfem
URL Officiel https://chromewebstore.google.com/detail/%E8%9D%A6%E7%9A%AE%E9%BB%91%E5%90%8D%E5%96%AE%E8%BC%94%E5%8A%A9%E5%B7%A5%E5%85%B7/hljhpjmdableahlbikejdejlcicbkfem
Description 蝦皮黑名單輔助工具,能在訂單上顯示買家評價數量、未取及退貨次數,協助賣家瞭解更多訂單資訊
Taille du Fichier 2.14 MB
Nombre d'Installations 7,726
Version Actuelle 2.6.0
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-08-14
Évaluation 4.37/5 Total 35 Évaluations
Développeur ERPow
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://marcdenni.com.tw/privacy-policy.asp
Langues Prises en Charge zh-TW
manifest.json
{
    "name": "\u8766\u76ae\u9ed1\u540d\u55ae\u8f14\u52a9\u5de5\u5177",
    "version": "2.6.0",
    "description": "\u8766\u76ae\u9ed1\u540d\u55ae\u8f14\u52a9\u5de5\u5177\uff0c\u80fd\u5728\u8a02\u55ae\u4e0a\u986f\u793a\u8cb7\u5bb6\u8a55\u50f9\u6578\u91cf\u3001\u672a\u53d6\u53ca\u9000\u8ca8\u6b21\u6578\uff0c\u5354\u52a9\u8ce3\u5bb6\u77ad\u89e3\u66f4\u591a\u8a02\u55ae\u8cc7\u8a0a",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "host_permissions": [
        "https:\/\/*.shopee.tw\/*"
    ],
    "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": {
        "extension_pages": "script-src 'self'; 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\/hashes.js",
                "\/content.bundle.js"
            ],
            "css": [
                "\/jquery\/jquery-ui.css"
            ],
            "matches": [
                "https:\/\/seller.shopee.tw\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/update.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}