Referral Codes Reminder

Alerts you to referral rewards from friends & others while shoppping

什么是Referral Codes Reminder?

Referral Codes Reminder是由https://referralcodes.com开发的Chrome扩展程序,该扩展的主要功能是“Alerts you to referral rewards from friends & others while shoppping”。

扩展截图

screenshot
screenshot
screenshot

下载Referral Codes Reminder扩展crx文件

下载Referral Codes Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *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                    

扩展基本信息

名称 Referral Codes Reminder Referral Codes Reminder
ID ppbkopdkfmenhffkpnholmcpeoamfdji
官方URL https://chromewebstore.google.com/detail/referral-codes-reminder/ppbkopdkfmenhffkpnholmcpeoamfdji
简介 Alerts you to referral rewards from friends & others while shoppping
文件大小 261 KB
安装次数 1,877
当前版本 8.2.0
更新时间 2023-04-04
上架时间 2019-12-10
评分 4.85/5 共13次评分
开发者 https://referralcodes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://referralcodes.com
帮助页面URL https://referralcodes.com/faq
隐私政策页面URL https://referralcodes.com/terms
支持的语言 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:;"
}