幫幫寶購物助手

購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。

幫幫寶購物助手란 무엇입니까?

幫幫寶購物助手은(는) https://www.paybao.com.tw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

幫幫寶購物助手 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        幫幫寶購物助手

購物神器!幫幫寶代付自動獲取朋友賬號。淘寶天貓購物平台揪出隱藏優惠券。
更多功能陸續增加....

V2.2.2更新內容:增加一些小功能
V2.2.0更新內容:開放集運功能
V2.1.7更新內容:修正不能正常獲取代付朋友帳號的BUG
V2.1.5更新內容:优化領取優惠券交互体验
V2.1.3更新內容:新增超級會員返傭
V2.1.2更新內容:优化比價交互体验
V2.1.1更新內容:超級會員展示傭金,虛擬代付實物代付壹鍵填入代付賬戶
V2.1.0更新內容:優化UI,恢複一鍵複制到幫幫寶查找優惠券的功能
V2.0.3 更新內容:优化比價及優惠券交互体验
V2.0.1 更新內容:新增全臺電商平台比價,淘寶天貓平台購物揪出隱藏優惠券
V1.3.1 更新內容:修正代付虛擬物品時獲取到實體物品朋友帳號的BUG
V1.1.3 更新內容:修正保存登入狀態的BUG
V1.2.7 更新內容:支持一鍵複制商品標題到幫幫寶。
V1.2.9 更新內容:修複部分用戶不能正常登入的問題。                    

확장 프로그램 기본 정보

이름 幫幫寶購物助手 幫幫寶購物助手
ID cecdkfblhhmhofjpojjipkookccmnphd
공식 URL https://chromewebstore.google.com/detail/%E5%B9%AB%E5%B9%AB%E5%AF%B6%E8%B3%BC%E7%89%A9%E5%8A%A9%E6%89%8B/cecdkfblhhmhofjpojjipkookccmnphd
설명 購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。
파일 크기 413 KB
설치 횟수 12,882
현재 버전 2.3.9
최근 업데이트 2022-12-03
출시 날짜 2020-06-22
평점 4.56/5 총 43 개의 평점
개발자 https://www.paybao.com.tw
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paybao.com.tw/
도움말 페이지 URL https://www.paybao.com.tw/#/help
개인정보 보호 정책 페이지 URL https://www.paybao.com.tw/static/policy.html
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "static\/lib\/jquery.min.js",
            "background.min.js",
            "notice.min.js",
            "tradeImportBackground.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/images\/16.png",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.paybao.com.tw\/*",
            "*:\/\/*.jyb.com.tw\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "tips.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "matches": [
                "*:\/\/world.taobao.com\/buy\/auction\/buy_now.*",
                "*:\/\/world.taobao.com\/buy\/auction\/order\/confirm_order.htm*",
                "*:\/\/buy.taobao.com\/auction\/buy_now.*",
                "*:\/\/buy.taobao.com\/auction\/order\/confirm_order.htm*",
                "*:\/\/buy.tmall.com\/order\/confirm_order.htm*",
                "*:\/\/buy.tmall.com\/order\/confirmOrder.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "payment.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css",
                "static\/styles\/login_box.css"
            ],
            "matches": [
                "*:\/\/shenghuo.alipay.com\/peerpaycore\/peerpayApply.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "final.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "matches": [
                "*:\/\/shenghuo.alipay.com\/peerpaycore\/choosePeerPayer.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "static\/lib\/jquery.min.js",
                "taoke.min.js"
            ],
            "css": [
                "static\/styles\/item.css",
                "static\/styles\/tip-yellow.css"
            ],
            "matches": [
                "*:\/\/detail.tmall.com\/*item.htm*",
                "*:\/\/item.taobao.com\/*item.htm*",
                "*:\/\/chaoshi.detail.tmall.com\/*item.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/buyertrade.taobao.com\/trade\/itemlist\/list_bought_items.htm*"
            ],
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "tradeImport.min.js",
                "tradeRebate.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.1688.com\/order\/buyer_order_list.htm*"
            ],
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "tradeImport1688.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/trade2.m.1688.com\/page\/buyerOrderList.html*"
            ],
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "tradeImport1688ByMobile.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/trade.taobao.com\/trade\/detail\/trade_order_detail.htm*",
                "http:\/\/trade.tmall.com\/detail\/orderDetail.htm*"
            ],
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "tradeImportByOrderDetail.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/member1.taobao.com\/member\/fresh\/deliver_address.htm*"
            ],
            "js": [
                "static\/lib\/jquery.min.js",
                "static\/lib\/layer.js",
                "addJyAddress.min.js"
            ],
            "css": [
                "static\/styles\/tip-yellow.css",
                "static\/styles\/layer.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.jyb.com.tw\/*",
                "*:\/\/www.paybao.com.tw\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "jyb.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "\u8cfc\u7269\u795e\u5668\uff01\u5e6b\u5e6b\u5bf6\u4ee3\u4ed8\u81ea\u52d5\u7372\u53d6\u670b\u53cb\u8cec\u865f\u3002\u5168\u81fa\u96fb\u5546\u5e73\u53f0\u81ea\u52d5\u6bd4\u50f9\u3002\u6dd8\u5bf6\u5929\u8c93\u8cfc\u7269\u5e73\u53f0\u63ea\u51fa\u96b1\u85cf\u512a\u60e0\u5238\u3002",
    "icons": {
        "16": "static\/images\/16.png",
        "48": "static\/images\/48.png",
        "128": "static\/images\/128.png"
    },
    "manifest_version": 2,
    "name": "\u5e6b\u5e6b\u5bf6\u8cfc\u7269\u52a9\u624b",
    "short_name": "\u5e6b\u5e6b\u5bf6\u52a9\u624b",
    "homepage_url": "https:\/\/www.paybao.com.tw\/",
    "permissions": [
        "cookies",
        "webRequest",
        "alarms",
        "notifications",
        "https:\/\/world.taobao.com\/*",
        "https:\/\/buy.taobao.com\/*",
        "https:\/\/item.taobao.com\/*",
        "https:\/\/buyertrade.taobao.com\/*",
        "https:\/\/buy.tmall.com\/*",
        "https:\/\/detail.tmall.com\/*",
        "https:\/\/chaoshi.detail.tmall.com\/*",
        "https:\/\/shenghuo.alipay.com\/*",
        "https:\/\/*.paybao.com.tw\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "2.3.9"
}