幫幫寶購物助手
購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。
What is 幫幫寶購物助手?
幫幫寶購物助手 is a Chrome extension developed by https://www.paybao.com.tw, and its main feature is "購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。".
Extension Screenshots
Download 幫幫寶購物助手 Extension CRX File
Download 幫幫寶購物助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
幫幫寶購物助手 購物神器!幫幫寶代付自動獲取朋友賬號。淘寶天貓購物平台揪出隱藏優惠券。 更多功能陸續增加.... 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 更新內容:修複部分用戶不能正常登入的問題。
Extension Basic Information
Name | 幫幫寶購物助手 |
ID | cecdkfblhhmhofjpojjipkookccmnphd |
Official 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 |
Description | 購物神器!幫幫寶代付自動獲取朋友賬號。全臺電商平台自動比價。淘寶天貓購物平台揪出隱藏優惠券。 |
File Size | 413 KB |
Installation Count | 12,882 |
Current Version | 2.3.9 |
Last Updated | 2022-12-03 |
Publish Date | 2020-06-22 |
Rating | 4.56/5 Total 43 Ratings |
Developer | https://www.paybao.com.tw |
[email protected] | |
Payment Type | free |
Extension Website | https://www.paybao.com.tw/ |
Help Page URL | https://www.paybao.com.tw/#/help |
Privacy Policy Page URL | https://www.paybao.com.tw/static/policy.html |
Supported Languages | 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" } |