Referral Codes Reminder

Alerts you to referral rewards from friends & others while shoppping

Was ist Referral Codes Reminder?

Referral Codes Reminder ist eine Chrome-Erweiterung, die von https://referralcodes.com entwickelt wurde, und ihr Hauptmerkmal ist "Alerts you to referral rewards from friends & others while shoppping".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Referral Codes Reminder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Referral Codes Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        *Welcome to the Referral Codes Reminder*

Super useful extension to alert you to referral rewards when shopping.

We have the biggest source of referrals online from over 5,000 stores! (NOT found on Honey, Rakuten, Quidco)

We'll show you the rewards from ReferralCodes.com..... & highlight referrals from those you know )... so you can both benefit from referral rewards. 

A notification appears when rewards are available. If logged-in, you'll also see referrals from your connections. You can share your own referrals directly from the extension too.

Recommendations will also appear - always good to know what trusted friends & others think. Give your own thumbs-up recommendation directly from the extension to influence and guide others. Your opinion matters!

So, save money with referrals & influence others with this popular extension.

We would love to hear your feedback at [email protected]

* Referrals shared are checked by our team daily. 
* The alert only appears when we have referrals or recommendations.
* You do NOT need an account but it is much more useful if you do! 
* The extension will *always* be completely FREE! ... yes, it's all about you :)

Save Money & Influence                    

Grundlegende Informationen zur Erweiterung

Name Referral Codes Reminder Referral Codes Reminder
ID ppbkopdkfmenhffkpnholmcpeoamfdji
Offizielle URL https://chromewebstore.google.com/detail/referral-codes-reminder/ppbkopdkfmenhffkpnholmcpeoamfdji
Beschreibung Alerts you to referral rewards from friends & others while shoppping
Dateigröße 261 KB
Installationsanzahl 1,877
Aktuelle Version 8.2.0
Letztes Update 2023-04-04
Veröffentlichungsdatum 2019-12-10
Bewertung 4.85/5 Insgesamt 13 Bewertungen
Entwickler https://referralcodes.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://referralcodes.com
Hilfeseite URL https://referralcodes.com/faq
URL der Datenschutzrichtlinien-Seite https://referralcodes.com/terms
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.2.0",
    "name": "Referral Codes Reminder",
    "manifest_version": 2,
    "description": "Alerts you to referral rewards from friends & others while shoppping",
    "browser_action": {
        "default_title": "Referral Codes"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline';connect-src https:\/\/referralcodes.com; font-src * data:; img-src 'self' * data:;"
}