Referral Codes Reminder

Alerts you to referral rewards from friends & others while shoppping

¿Qué es Referral Codes Reminder?

Referral Codes Reminder es una extensión de Chrome desarrollada por https://referralcodes.com, y su función principal es "Alerts you to referral rewards from friends & others while shoppping".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Referral Codes Reminder

Descarga archivos de extensión Referral Codes Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        *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                    

Información Básica de la Extensión

Nombre Referral Codes Reminder Referral Codes Reminder
ID ppbkopdkfmenhffkpnholmcpeoamfdji
URL Oficial https://chromewebstore.google.com/detail/referral-codes-reminder/ppbkopdkfmenhffkpnholmcpeoamfdji
Descripción Alerts you to referral rewards from friends & others while shoppping
Tamaño del Archivo 261 KB
Cantidad de Instalaciones 1,877
Versión Actual 8.2.0
Última Actualización 2023-04-04
Fecha de Publicación 2019-12-10
Calificación 4.85/5 Total de 13 Calificaciones
Desarrollador https://referralcodes.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://referralcodes.com
URL de la Página de Ayuda https://referralcodes.com/faq
URL de la Página de Política de Privacidad https://referralcodes.com/terms
Idiomas Soportados 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:;"
}