蝦皮黑名單輔助工具
蝦皮黑名單輔助工具,能在訂單上顯示買家評價數量、未取及退貨次數,協助賣家瞭解更多訂單資訊
Wat is 蝦皮黑名單輔助工具?
蝦皮黑名單輔助工具 is een Chrome-extensie ontwikkeld door ERPow, en de belangrijkste functie is "蝦皮黑名單輔助工具,能在訂單上顯示買家評價數量、未取及退貨次數,協助賣家瞭解更多訂單資訊".
Extensie Screenshots
Download het CRX-bestand van de extensie 蝦皮黑名單輔助工具
Download 蝦皮黑名單輔助工具-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
蝦皮黑名單工具能在訂單顯示買家評價、星星數及未取貨次數 訂單顯示的評價、未取及退貨次數,能讓賣家評估是否要寄出商品 未取次數過多及一星過多的高風險買家會以紅框提示 另外,精心設計的「更新黑名單」 能回傳賣家賣場裡未取訂單的用戶,加入黑名單大數據,讓未取記錄更精準 賣家不需逐筆建立名單,浪費時間且直接從訂單裡抓取的記錄更客觀 此軟體現在及未來都不會收費,請賣家們努力分享到社團,推薦給朋友 大家一同回報未取訂單,讓資料庫準確,杜絕不良賣家,建立良好的網拍環境 瞭解更多詳情,請LINE ID 搜尋 @215kioly
Basisinformatie over de Extensie
Naam | 蝦皮黑名單輔助工具 |
ID | hljhpjmdableahlbikejdejlcicbkfem |
Officiële URL | 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 |
Beschrijving | 蝦皮黑名單輔助工具,能在訂單上顯示買家評價數量、未取及退貨次數,協助賣家瞭解更多訂單資訊 |
Bestandsgrootte | 2.14 MB |
Aantal Installaties | 7,726 |
Huidige Versie | 2.6.0 |
Laatst Bijgewerkt | 2024-02-23 |
Publicatiedatum | 2020-08-14 |
Beoordeling | 4.37/5 Totaal 35 Beoordelingen |
Ontwikkelaar | ERPow |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://marcdenni.com.tw/privacy-policy.asp |
Ondersteunde Talen | 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": [ " |