蝦皮賣家黑精靈

為蝦皮賣家設計專門對付奧客的黑精靈

蝦皮賣家黑精靈란 무엇입니까?

蝦皮賣家黑精靈은(는) ncku185에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "為蝦皮賣家設計專門對付奧客的黑精靈"입니다.

확장 프로그램 스크린샷

screenshot

蝦皮賣家黑精靈 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        【蝦皮賣家黑精靈】
.蝦皮版Whoscall,杜絕奧客利器
.付費訂閱每月599,平均每日只要20元
※免費附贈四大超商批次列印功能

三大功能如下:

【功能一:封鎖內建蝦皮黑名單】
.提供數十萬筆黑名單並幫賣家封鎖:按個按鍵完成封鎖,幫賣場杜絕奧客,並非像他款蝦皮插件僅讓用戶一鍵上傳黑名單,卻沒有幫用戶封鎖,之後黑名單數量還會持續更新
.絕不侵犯賣場訂單資料:黑名單皆為內建,並非從賣場讀取訂單資料
.多個賣場皆可用:可切換多個蝦皮賣場封鎖內建黑名單
.封鎖時會跳過賣場內所有未完成訂單的買家帳號

【功能二:提示待處理訂單買家資訊】
.自動顯示以下資訊,方便賣家評估是否要寄出商品或直接封鎖,未取數或1星數兩個以上的買家會有藍框提示
	。未取次數與成功寄送比例
 	。1~5星評價數量
 	。加入時間
 	。關注中與粉絲數量
 	。上次上線時間
 	。是否同為賣家
 	。是否已關注賣場
 	。賣家備註(此為賣家在訂單內頁的備註,非買家提供的備註)

【功能三:封鎖自有黑名單】
.若從別的管道獲取黑名單帳號,可利用此功能一次全部封鎖
.自有黑名單帳號整理google試算表:https://pse.is/4g4nth


.瞭解更多詳情,請見官網:https://ppt.cc/fN32vx
並加入臉書社團:https://ppt.cc/fV1Xfx                    

확장 프로그램 기본 정보

이름 蝦皮賣家黑精靈 蝦皮賣家黑精靈
ID mapdbndfkjcaakdahokfikojbamjeleg
공식 URL https://chromewebstore.google.com/detail/%E8%9D%A6%E7%9A%AE%E8%B3%A3%E5%AE%B6%E9%BB%91%E7%B2%BE%E9%9D%88/mapdbndfkjcaakdahokfikojbamjeleg
설명 為蝦皮賣家設計專門對付奧客的黑精靈
파일 크기 4.12 MB
설치 횟수 146
현재 버전 1.1.4
최근 업데이트 2022-10-08
출시 날짜 2021-11-20
평점 5.00/5 총 2 개의 평점
개발자 ncku185
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/shopee-seller-black-elf
도움말 페이지 URL https://www.facebook.com/groups/869726527074334
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/a5c0a056-b23e-4ace-9bfc-497ff5b98026
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8766\u76ae\u8ce3\u5bb6\u9ed1\u7cbe\u9748",
    "description": "\u70ba\u8766\u76ae\u8ce3\u5bb6\u8a2d\u8a08\u5c08\u9580\u5c0d\u4ed8\u5967\u5ba2\u7684\u9ed1\u7cbe\u9748",
    "version": "1.1.4",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/payment.ecpay.com.tw\/*"
    ],
    "icons": {
        "16": "\/images\/black_flame3_16.png",
        "32": "\/images\/black_flame3_32.png",
        "48": "\/images\/black_flame3_48.png",
        "128": "\/images\/black_flame3_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/black_flame3_16.png",
            "32": "\/images\/black_flame3_32.png",
            "48": "\/images\/black_flame3_48.png",
            "128": "\/images\/black_flame3_128.png"
        }
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/seller.shopee.tw\/*"
            ],
            "js": [
                ".\/js\/fun1_free_caseLast.js",
                ".\/js\/fun2_free_caseLast.js",
                ".\/js\/fun3.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/epayment.7-11.com.tw\/C2C\/C2CWeb\/C2C.aspx"
            ],
            "js": [
                ".\/js\/seven_order_open.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/epayment.7-11.com.tw\/C2C\/C2CWeb\/PrintC2CPinCode.aspx"
            ],
            "js": [
                ".\/js\/on_print.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/epayment.7-11.com.tw\/C2C\/C2CWeb\/MultiplePrintC2CPinCode.aspx"
            ],
            "js": [
                ".\/js\/seven_orders_print.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/external2.shopee.tw\/ext\/familymart\/OrderPrint\/OrderPrint.aspx"
            ],
            "js": [
                ".\/js\/family_order_print.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/external2.shopee.tw\/ext\/familymart\/OrdersPrint\/OrdersPrint.aspx"
            ],
            "js": [
                ".\/js\/family_orders_print.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/external2.shopee.tw\/ext\/hilife\/live\/ec_vendorPrnC2C.aspx*",
                "https:\/\/external2.shopee.tw\/ext\/hilife\/live\/ec_orders_tagC2C.aspx*"
            ],
            "js": [
                ".\/js\/hilife_print.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/ecservice.okmart.com.tw\/ShopeeShippingOrders\/Printer_B2C_batchPDF*",
                "https:\/\/ecservice.okmart.com.tw\/\/ShopeeShippingOrders\/Printer_B2C_batchPDF*",
                "https:\/\/ecservice.okmart.com.tw\/ShopeeShippingOrders\/Printer_B2C_PDF*"
            ],
            "js": [
                ".\/js\/ok_print.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com"
}