幫幫寶購物助手

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

Co je 幫幫寶購物助手?

幫幫寶購物助手 je rozšíření Chrome vyvinuté https://www.paybao.com.tw, a jeho hlavní funkcí je „購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 幫幫寶購物助手

Stáhněte si soubory rozšíření 幫幫寶購物助手 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        幫幫寶購物助手

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

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 更新內容:修複部分用戶不能正常登入的問題。                    

Základní Informace o Rozšíření

Název 幫幫寶購物助手 幫幫寶購物助手
ID cecdkfblhhmhofjpojjipkookccmnphd
Oficiální 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
Popis 購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。
Velikost souboru 413 KB
Počet instalací 12,882
Aktuální Verze 2.3.9
Poslední Aktualizace 2022-12-03
Datum Vydání 2020-06-22
Hodnocení 4.56/5 Celkem 43 Hodnocení
Vývojář https://www.paybao.com.tw
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.paybao.com.tw/
URL Stránky Nápovědy https://www.paybao.com.tw/#/help
URL Stránky Zásad Ochrany Soukromí https://www.paybao.com.tw/static/policy.html
Podporované Jazyky 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"
}