The RebatesMe Cash Back Button

Automatically Finds You The Highest Cash Back Rate

The RebatesMe Cash Back Button là gì?

The RebatesMe Cash Back Button là một tiện ích mở rộng Chrome được phát triển bởi https://www.rebatesme.com, và tính năng chính của nó là "Automatically Finds You The Highest Cash Back Rate".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The RebatesMe Cash Back Button

Tải xuống các tệp mở rộng The RebatesMe Cash Back Button 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

                        The RebatesMe Cash Back Button for Chrome is a must-have for anyone who shops online and loves to save money!
 
Save time and money by installing our free shopping tool that automatically finds you the best promo codes, coupons, and highest cash back rates available!
 
Just click on Add To Chrome and then we’ll do all the work for you! Our alerts will let you know that you’re getting the highest cash back rates available for every site that you visit. We also maximize your savings by showing you all coupons and promo codes! Never miss a deal again at all the top stores that you shop at!
 
**Wondering if you’re missing out on Cash Back?**
The RebatesMe Cash Back Button will alert you anytime you’re shopping at a store that offers cash back!
 
**Are you getting deal possible?**
When you’re ready to check out, the Rebates Me Cash Back Button will also show you  coupon codes for your purchase!
 
**Deals at over 2500 stores!**
RebatesMe has many deals of most stores and they’re all just a click away with the time-saving, money-saving  RebatesMe Cash Back Button.
 
**Don’t miss one more deal!**
Start saving time and money with the RebatesMe Cash Back Button today!

**************************   1.0.3.0 Release Note **************************
- Fix bug: The extension will open a new login page even user have already logged in after installation.
- Fix bug: User cannot be redirected to the page he/she was viewing after activated cashback.
- Fix bug: Some stores cannot be searched out.

**************************   1.0.6.0 Release Note **************************
- Fix bug: Sometimes the recommend stores or deals may disappear


**************************   1.0.6.2 Release Note **************************
- Fix bug: Optimize performance
- Fix bug: Account balance only shows available money

**************************   1.0.8 Release Note **************************
- Copied functions: Referral link and Referral code copied 
- Add the banner on referral page
- Google search tag: Merchant list page displays RebatesMe cash back                    

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

Tên The RebatesMe Cash Back Button The RebatesMe Cash Back Button
ID gppahjpnghmiacfkbahpdnakchdkgodo
URL Chính Thức https://chromewebstore.google.com/detail/the-rebatesme-cash-back-b/gppahjpnghmiacfkbahpdnakchdkgodo
Mô tả Automatically Finds You The Highest Cash Back Rate
Kích Thước Tệp 893 KB
Số Lần Cài Đặt 34,349
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2020-03-05
Đánh Giá 4.10/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://www.rebatesme.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.rebatesme.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The RebatesMe Cash Back Button",
    "version": "1.0.8",
    "description": "Automatically Finds You The Highest Cash Back Rate",
    "homepage_url": "https:\/\/www.rebatesme.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "cookies",
        "webNavigation",
        "storage",
        "",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "css": [
                "content\/styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-disabled.png",
        "default_title": "The RebatesMe Cash Back Button"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform-api.sharethis.com https:\/\/buttons-config.sharethis.com; object-src 'self'",
    "web_accessible_resources": [
        "*.svg",
        "*.png",
        "*.css"
    ]
}