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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cmrd.com และคุณลักษณะหลักของมันคือ "Earn instant cash back rewards for your attention when shopping online."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comrade - Cash Back For Your Attention

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}