飛比購物幫手:網路購物即時比價工具

飛比購物幫手:歷史價格通通掌握,比價破億商品,網購最佳幫手,讓你花最少,買最好!

What is 飛比購物幫手:網路購物即時比價工具?

飛比購物幫手:網路購物即時比價工具 is a Chrome extension developed by https://feebee.com.tw, and its main feature is "飛比購物幫手:歷史價格通通掌握,比價破億商品,網購最佳幫手,讓你花最少,買最好!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

                        首次安裝還送 Line Points 10點喔!!

【功能一:即時比價】
查看商品時,即時列出其他網站同款商品的價格,並依照價格排序,快速比價,輕鬆省錢。

【功能二:歷史價格】
瀏覽商品時,自動顯示商品歷史價格,掌握價格變化,不怕商家先抬價再打折。

【功能三:一鍵查價】
選取商品名稱,點擊右鍵「用飛比價格查詢」,立即傳送至網站查看完整比價。

【額外好康:飛比點數】
現在安裝飛比購物幫手,即可獲得飛比點數90點,可免費換Line points、超商購物金等多項好禮。


比價商品數破億;收錄數百家購物、拍賣網站與精選海外店家。
支援多家購物網站自動比價,逛到哪,比到哪。

電腦網購搭配飛比購物幫手,輕鬆省錢,讓你花最少,買最好!



當您安裝此擴充功能,視為同意飛比價格之服務條款與隱私權政策。
飛比價格:https://feebee.com.tw/
服務條款:https://feebee.com.tw/terms/
隱私權政策:https://feebee.com.tw/policy/                    

Extension Basic Information

Name 飛比購物幫手:網路購物即時比價工具 飛比購物幫手:網路購物即時比價工具
ID lmldjiibpfhdjjdjapcdlpjgeaihflpi
Official URL https://chromewebstore.google.com/detail/%E9%A3%9B%E6%AF%94%E8%B3%BC%E7%89%A9%E5%B9%AB%E6%89%8B%EF%BC%9A%E7%B6%B2%E8%B7%AF%E8%B3%BC%E7%89%A9%E5%8D%B3%E6%99%82%E6%AF%94%E5%83%B9%E5%B7%A5%E5%85%B7/lmldjiibpfhdjjdjapcdlpjgeaihflpi
Description 飛比購物幫手:歷史價格通通掌握,比價破億商品,網購最佳幫手,讓你花最少,買最好!
File Size 89.78 KB
Installation Count 183,018
Current Version 3.10.0
Last Updated 2024-03-01
Publish Date 2020-05-14
Rating 4.83/5 Total 2498 Ratings
Developer https://feebee.com.tw
Email [email protected]
Payment Type free
Privacy Policy Page URL https://feebee.com.tw/policy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u98db\u6bd4\u8cfc\u7269\u5e6b\u624b\uff1a\u7db2\u8def\u8cfc\u7269\u5373\u6642\u6bd4\u50f9\u5de5\u5177",
    "short_name": "\u98db\u6bd4\u8cfc\u7269\u5e6b\u624b",
    "version": "3.10.0",
    "description": "\u98db\u6bd4\u8cfc\u7269\u5e6b\u624b:\u6b77\u53f2\u50f9\u683c\u901a\u901a\u638c\u63e1,\u6bd4\u50f9\u7834\u5104\u5546\u54c1,\u7db2\u8cfc\u6700\u4f73\u5e6b\u624b\uff0c\u8b93\u4f60\u82b1\u6700\u5c11\uff0c\u8cb7\u6700\u597d\uff01",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/32x32.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.tw\/*"
            ],
            "js": [
                "js\/google.min.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/tw.search.yahoo.com\/*"
            ],
            "js": [
                "js\/yahoo.min.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.tw\/*",
                "*:\/\/tw.search.yahoo.com\/*"
            ],
            "js": [
                "js\/ec.min.js",
                "js\/traffic.min.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/feebee.com.tw\/member\/coupon"
            ],
            "js": [
                "js\/feebee-coupon.min.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.feebee.com.tw\/*"
        ]
    },
    "permissions": [
        "cookies",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.feebee.com.tw\/*"
    ]
}