Comrade - Cash Back For Your Attention
Earn instant cash back rewards for your attention when shopping online.
什么是Comrade - Cash Back For Your Attention?
Comrade - Cash Back For Your Attention是由https://www.cmrd.com开发的Chrome扩展程序,该扩展的主要功能是“Earn instant cash back rewards for your attention when shopping online.”。
扩展截图
下载Comrade - Cash Back For Your Attention扩展crx文件
下载Comrade - Cash Back For Your Attention扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you collecting reward points that rarely turn into real money or take forever to redeem into gift cards? How many times were you promised cash, gift cards, Bitcoin, or other crypto rewards that never materialized into cash? It's time to try something that works. ❓ What is Attention Cash Back? A cash back is a payment you get back after you make a purchase. Attention cash back is a payment you get back after you pay attention to something. You pay with your attention; you get back real money. Hence the saying, "pay attention." ✅ Meet Comrade With Comrade, you earn real money when shopping online. It's the only browser extension that puts a price tag on your attention as an instant cash back payment. Earn USD, not points, Bitcoin, or fictitious crypto rewards, because cash is king. 🤓 How it works It's simple. Comrade is a set-and-forget extension. Sign up, complete your profile, log in from the extension, and forget about it. Comrade will occasionally display neat and timely product recommendations that may show alternative products, better deals, or lower prices when you’re shopping online. When you visit the recommendation, you are rewarded with an instant attention cash back payment. 💰 How much can I earn? Comrade can generate a small and consistent passive income that may cover some of your expenses from time to time. If you use an automatic coupon finder to save money when shopping online, why not take it a step further by earning extra money that occasionally buys you groceries or to have that extra something to spend on your loved ones? 🐞 Will it conflict with other extensions? Savvy consumers using shopping extensions such as automatic coupons at checkout and coupon finders can keep enjoying these extensions to save on shopping and use Comrade to earn real money at the same time. Can it get better than that? 🔒 What about my privacy? Privacy is Comrade's core value. Unlike other extensions, Comrade does not need to share or sell your data. Comrade uses a data in/data out technology that matches relevant recommendations with your browsing activity in real-time and deletes everything else immediately and permanently. We only store minimal data when we actually do deliver a recommendation. This is necessary to credit payments to your account while providing anonymized statistics to brands. With Comrade, you don't have to give up your data to earn rewards. Or, in this case, real money! 😎 Any fun facts? 95% of Comrade users don't find a reason to uninstall it. Why? Because with Comrade, you only gain. There is nothing to lose or give up. Not even your data. ⬇ Any limitations? As much as we would love to offer Comrade to everyone, it is currently only available to users from the US and India. ⚠️ I’m not convinced! Ok, think about this. You "pay attention" to annoying online ads that follow you everywhere you go, thrive on your private data, and never give you a dime. With Comrade, you earn real money directly from brands that are more than happy to pay you in cash for a little bit of your attention by showing you neat, timely, non-intrusive, privacy-friendly recommendations. See the difference? 🌰 So, in a nutshell, Comrade... Only displays relevant product recommendations. Delivers them at the right time when you shop online. Pays you in cash when you visit them. Ready to try it? Scroll up and add Comrade to your browser today.
扩展基本信息
名称 | |
ID | epjbainekeeehlibhceogbgekgadlbio |
官方URL | https://chromewebstore.google.com/detail/comrade-cash-back-for-you/epjbainekeeehlibhceogbgekgadlbio |
简介 | Earn instant cash back rewards for your attention when shopping online. |
文件大小 | 406 KB |
安装次数 | 3,649 |
当前版本 | 0.1.8 |
更新时间 | 2023-11-08 |
上架时间 | 2021-12-01 |
评分 | 4.64/5 共67次评分 |
开发者 | https://www.cmrd.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.cmrd.com |
帮助页面URL | https://app.cmrd.com/account/help/ |
隐私政策页面URL | https://www.cmrd.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Earn instant cash back rewards for your attention when shopping online.", "version": "0.1.8", "manifest_version": 3, "name": "Comrade - Cash Back For Your Attention", "short_name": "Comrade", "permissions": [ "identity", "notifications", "storage", "tabs", "alarms" ], "host_permissions": [ "*:\/\/*.adcomrade.com\/*", "*:\/\/*.cmrd.com\/*" ], "background": { "service_worker": "background.bundle.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "content.bundle.js.map", "content-domain.bundle.js.map", "background.bundle.js.map", "app.bundle.js.map" ], "matches": [] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "*:\/\/*.adcomrade.com\/*", "*:\/\/*.cmrd.com\/*", "*:\/\/localhost\/*" ], "js": [ "content-domain.bundle.js" ], "run_at": "document_start" } ], "action": { "default_title": "Comrade - Cash Back For Your Attention", "default_icon": "assets\/icons\/icon-offline-38.png", "default_popup": "app.html" }, "icons": { "128": "assets\/icons\/icon-online-300.png" } } |