The RebatesMe Cash Back Button

Automatically Finds You The Highest Cash Back Rate

ما هو The RebatesMe Cash Back Button؟

The RebatesMe Cash Back Button هو إضافة Chrome تم تطويرها بواسطة https://www.rebatesme.com، والميزة الرئيسية لها هي "Automatically Finds You The Highest Cash Back Rate".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة The RebatesMe Cash Back Button

قم بتنزيل ملفات الامتداد The RebatesMe Cash Back Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم The RebatesMe Cash Back Button The RebatesMe Cash Back Button
ID gppahjpnghmiacfkbahpdnakchdkgodo
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-rebatesme-cash-back-b/gppahjpnghmiacfkbahpdnakchdkgodo
الوصف Automatically Finds You The Highest Cash Back Rate
حجم الملف 893 KB
عدد التثبيتات 34,349
النسخة الحالية 1.0.8
آخر تحديث 2023-09-22
تاريخ النشر 2020-03-05
تقييم 4.10/5 مجموع تقييمات 21
المطور https://www.rebatesme.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.rebatesme.com/
اللغات المدعومة 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"
    ]
}