Rebates

Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!

Rebates là gì?

Rebates là một tiện ích mở rộng Chrome được phát triển bởi developers, và tính năng chính của nó là "Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!".

Ả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 Rebates

Tải xuống các tệp mở rộng Rebates 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

                        Are you tired of cutting coupons or spending hours looking for the best deal? rebates.com automatically does the grunt work for you! rebates.com makes the online shopping experience easier and more enjoyable with instant cashback and coupon opportunities.

💸 The rebates.com chrome extension allows users to uncover deals on their favorite eCommerce site. Also, it's 100% free, and signing up takes only a couple of clicks!

To install the rebates.com chrome extension:
1️⃣ Click the "Add to Chrome" button.
2️⃣ Add "Rebates" box appears > click "Add extension.".
3️⃣ Installation completed! Enjoy the savings!

By clicking the "Add To Chrome" button and activating the rebates.com extension, you agree to rebates.com's:
✅ Terms of Agreement (found here: https://www.rebates.com/terms)
✅ Privacy Policy (found here: https://www.rebates.com/privacy
✅ License Agreement (https://rebates.com/license)

For inquiries, please contact: [email protected]

To remove the extension from your Chrome browser:
⛔ Click the Google Extensions icon located in the upper right corner of your browser.
⛔ Locate and click the three vertical dots corresponding to the rebates.com extension.
⛔ Click "Remove from Chrome..." and a confirmation box will appear.                    

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

Tên Rebates Rebates
ID ceodcjjhmbmklknnicgkpikmjiofofda
URL Chính Thức https://chromewebstore.google.com/detail/rebates/ceodcjjhmbmklknnicgkpikmjiofofda
Mô tả Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!
Kích Thước Tệp 428 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-10-31
Ngày Phát Hành 2023-06-05
Nhà Phát Triển developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rebates.com
URL Trang Trợ Giúp https://rebates.com/contact
URL Trang Chính Sách Bảo Mật https://rebates.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Rebates",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "popupContent.bundle.js",
                "overlayContent.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-32.png",
                "close.png",
                "HG.png",
                "logo.png",
                "settings.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}