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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Comrade - Cash Back For Your Attention Comrade - Cash Back For Your Attention
ID epjbainekeeehlibhceogbgekgadlbio
官方網址 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"
    }
}