deBuyco

Start shopping simple

deBuyco là gì?

deBuyco là một tiện ích mở rộng Chrome được phát triển bởi https://www.debuyco.com, và tính năng chính của nó là "Start shopping simple".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng deBuyco

Tải xuống các tệp mở rộng deBuyco dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WE LOVE TO SAVE YOU MONEY BY HELPING YOU SHOP SMARTER!

Always find the best price when you shop online! 

PRICE COMPARE & COUPON SEARCH
When you use deBuyco’s Chrome extension, simply shop your favourite sites. When you click ‘add to cart’ – deBuyco starts to compare prices, find coupons and give you alternatives – instantly.

KEEP TRACK OF ALL YOUR ITEMS
deBuyco stores all your shopping – regardless of retailer – in a single universal shopping cart where items can be tracked, selected or deleted.

BUY ALL YOUR ITEMS FROM ALL RETAILERS – AT THE SAME TIME
Buy items from your universal shopping cart – from all retailers – at the same time!

PRICE ALERTS
Did the price go down? No need to worry – deBuyco will let you know if there was a price change for items in your universal shopping cart.

SHOPPING HISTORY
Can’t remember where you bought something? Don’t worry, deBuyco keeps a history for you so you can buy that favourite item again (and we’ll price compare again too).


Cool, right? We think so too!


Shop. Save. It’s that simple.


--------------- 
By using this add-on, you agree to deBuyco’s Terms & Conditions, available at: https://www.debuyco.com/termsofuse
Our Privacy Policy is available at: https://www.debuyco.com/privacypolicy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên deBuyco deBuyco
ID kponjhdnjglpkigeapfoimonijbhoaec
URL Chính Thức https://chromewebstore.google.com/detail/debuyco/kponjhdnjglpkigeapfoimonijbhoaec
Mô tả Start shopping simple
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.0.0.94
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2022-11-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.debuyco.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.debuyco.com/
URL Trang Trợ Giúp https://www.debuyco.com/termsofuse
URL Trang Chính Sách Bảo Mật https://www.debuyco.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "deBuyco",
    "description": "Start shopping simple",
    "manifest_version": 2,
    "version": "0.0.0.94",
    "icons": {
        "16": "images\/favicon.png",
        "48": "images\/managementPageIcon.png",
        "128": "images\/webStoreIcon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+D",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "deBuyco",
        "default_icon": {
            "16": "images\/favicon.png",
            "24": "images\/browserIcon24.png",
            "32": "images\/browserIcon32.png"
        },
        "default_popup": "\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/App\/c_readUserAction.js"
            ],
            "css": [
                "\/App\/CSS\/c_readUserAction.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/*.debuyco.com\/*",
        "*:\/\/*.walmart.ca\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.gapcanada.ca\/*",
        "*:\/\/.gapcanada.ca\/*",
        "*:\/\/*.ebay.ca\/*"
    ]
}